Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/gurlchecker/Makefile

[BACK] Up to [FreeBSD] / ports / www / gurlchecker

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:01 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jun 5 18:43:15 2011 UTC (8 months, 1 week ago) by novel
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Chase security/gnutls update and add an UPDATING entry.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 31 02:01:25 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Apr 6 12:01:56 2010 UTC (22 months ago) by garga
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Chase clamav's lib bump

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:44:46 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:44:54 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- update to jpeg-8

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 18 05:42:43 2009 UTC (2 years, 5 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
- Fix build by fixing gnutls dependency
- Remove duplicated gnutls dependency

Pointy hat to:		novel

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 16 18:04:31 2009 UTC (2 years, 5 months ago) by novel
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:56:27 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Mar 27 11:53:06 2009 UTC (2 years, 10 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
- Bump necessary PORTREVISIONS and fix some ports to new clamav API

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Sep 15 19:56:38 2008 UTC (3 years, 4 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:06:56 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:07 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Apr 17 08:45:17 2008 UTC (3 years, 9 months ago) by clsung
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
- one liner to unbreak it
- bump PORTREVISION

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 16 16:10:17 2008 UTC (3 years, 9 months ago) by garga
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
- Chase clamav library to version 4
- Bump PORTREVISION

Following ports are marked as BROKEN since they don't build with new clamav
0.93:

www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam

This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Mar 7 15:23:45 2008 UTC (3 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Fix gnutls dependency line.

Reported by:	pointyhat via erwin
Pointy hat to:	novel

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Mar 3 11:57:02 2008 UTC (3 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Dec 19 23:08:37 2007 UTC (4 years, 1 month ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:	portmgr (pav)
Security:	CVE-2007-6335, CVE-2007-6336, CVE-2007-6337

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 24 23:36:50 2007 UTC (4 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jul 4 03:35:26 2007 UTC (4 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Fix gnutls dependency line.

Reported by:	pointyhat via pav
Pointy hat to:	novel

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jul 1 08:56:11 2007 UTC (4 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat May 19 20:24:58 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 27 17:00:51 2007 UTC (4 years, 9 months ago) by lwhsu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +35 -5 lines
- Add OPTIONS:
	Use CROCO library for CSS2 validation
	Use TIDY library for HTML w3c validation
	Use CLAMAV library for virii scan
	Use GNU TLS library for HTTPS check

- Remove needless patch
- Update WWW
- Bump PORTREVISION

PR:		112138 (based on)
Submitted by:	KATO Tsuguru <tkato432 AT yahoo.com>
Approved by:	clsung (mentor, maintainer)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Apr 26 08:22:41 2007 UTC (4 years, 9 months ago) by clsung
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +14 -4 lines
- update to 0.10.1
- add WITHOUT_NLS knob
- I'll maintain it

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 2 08:54:12 2007 UTC (5 years, 1 month ago) by novel
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 6 17:41:22 2006 UTC (5 years, 7 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Chase gnutls shlib version change.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 13 21:44:49 2006 UTC (5 years, 9 months ago) by stefan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +10 -5 lines
Update to 0.8.3.

PR:		95820
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	arved (mentor)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 15 07:03:35 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
www/gurlchecker: fix MASTER_SITES

	Fix patch on MASTER_SITES. [1]
	USE_GETTEXT and silence portlint with this.

	Reported by:            fenner's distfiles survey [1]

PR:		ports/95732
Submitted by:	"Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 14 23:25:09 2006 UTC (5 years, 9 months ago) by linimon
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Reset kwm due to no response about email.

Hat:	portmgr

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 9 16:34:19 2006 UTC (6 years, 1 month ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Chase gnutls update.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:43 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Sep 10 15:14:43 2005 UTC (6 years, 5 months ago) by kwm
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update to 0.8.2.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 5 16:29:20 2005 UTC (6 years, 10 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
Update to 0.8.1.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:51 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 10 15:55:37 2005 UTC (7 years ago) by kwm
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Add intlhack to USE_GNOME to fix build on 4.x.

Pointed out by:	pointyhat via kris

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 3 22:34:48 2005 UTC (7 years ago) by kwm
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7 lines
Update to 0.8.0.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:37:22 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:24 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:28 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 16 23:19:07 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Change maintainer's e-mail address
  (einekoai@chello.nl -> kwm@rainbow-runner.nl)

PR:                 61447
Submitted by:       Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Approved by:        erwin (mentor) (implicitly)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 25 19:32:37 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
- Update to 0.6.3

PR:		ports/59928
Submitted by:	Koop Mast <einekoai@chello.nl> (maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 3 11:04:59 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Chase up new MASTER_SITE_SAVANNAH.

PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 1 17:00:15 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to 0.6.2 which fixes a problem with the Content-location header
field, fixes some segfaults, optimizes time checking, as well as offers other
debugging and enhancements.

PR:		57463
Submitted by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 26 07:00:46 2003 UTC (8 years, 4 months ago) by daichi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
update www/gurlchecker: 0.4.1 -> 0.6.1

PR:		56640
Submitted by:	Koop Mast <einekoai"@chello.nl> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 12 03:31:35 2003 UTC (8 years, 8 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update to 0.4.1

PR:		52992
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 1 22:17:49 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
Add gurlchecker, a GNOME program to check a page/website for broken links.

PR:		52847
Submitted by:	Koop Mast <einekoai@chello.nl>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options