Commit graph

61 commits

Author SHA1 Message Date
Martin Wilke
88f78bf5aa - Update to 1.10.9
Feature safe:	yes
2011-01-25 10:31:19 +00:00
Martin Wilke
13e06cee1c - Update to 1.10.6
PR:		152062
Submitted by:	Jason Harris <jharris@widomaker.com>
2010-12-21 06:59:16 +00:00
Martin Wilke
ac8ef3daa2 - Update to 1.10.0
PR:		149057
Submitted by:	Frederic Culot <frederic@culot.org> (maintainer)
2010-08-02 14:20:11 +00:00
Martin Wilke
9470d1db16 - Update to 1.9.5 2010-07-10 07:38:41 +00:00
Martin Wilke
7cbb89ddbd - Update to 1.9.4 2010-06-05 17:06:45 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Martin Wilke
66d1ecbde5 - Update to 1.9.3 2010-05-25 11:12:14 +00:00
Martin Wilke
af32b7306f - Fix fetch
PR:		146444
Submitted by:	amdmi3@
2010-05-10 02:08:50 +00:00
Martin Wilke
76e56d7c76 - Update to 1.9.2
PR:		146339
Submitted by:	Frederic Perrin <frederic.perrin@resel.fr>
2010-05-09 11:22:32 +00:00
Dmitry Marakasov
535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00
Martin Wilke
e67d071b6f - Update to 1.5.0 2009-07-29 14:36:03 +00:00
Martin Wilke
25312484a2 - Update to 1.4.1 2009-06-16 19:27:44 +00:00
Martin Wilke
7898453d1f - Update to 1.4.0 2009-06-06 16:24:26 +00:00
Martin Wilke
a0b7207e1a - Update to 1.3.3 2009-05-10 17:47:09 +00:00
Martin Wilke
c62ebcbbac - Update to 1.3.2 2009-05-01 13:55:16 +00:00
Martin Wilke
2a2ae0f7a0 - Update to 1.3.1 2009-04-24 22:03:51 +00:00
Martin Wilke
cb32bc18b9 - Update to 1.3.0 2009-04-04 17:38:06 +00:00
Martin Wilke
3ee5591a69 - Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-25 15:04:08 +00:00
Martin Wilke
d9da70c1ab - Update to 1.2.0 2009-03-20 22:09:02 +00:00
Martin Wilke
abf7ccd9f2 - Update to 0.16.2 2008-10-24 12:40:11 +00:00
Martin Wilke
c3d1fbcdf8 - Update to 0.15.3
- Take maintainership
2008-09-07 11:16:37 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Andrew Pantyukhin
5b014676d7 - Update to 0.13.1+2 2008-04-16 05:02:38 +00:00
Andrew Pantyukhin
5882499164 - Update to 0.13.1+1 2008-03-16 19:48:41 +00:00
Andrew Pantyukhin
3f2828f42d - Update to 0.13.0+1 2008-03-07 16:10:36 +00:00
Andrew Pantyukhin
9e4bfc1d24 - Update to 0.13.0 2008-03-02 09:57:08 +00:00
Andrew Pantyukhin
ee0715e40e - Update to 0.12.1 2008-02-16 20:01:04 +00:00
Andrew Pantyukhin
836c324dbc - Respect WITHOUT_NLS
PR:		ports/117876 (based on)
Submitted by:	Philip Gollucci <pgollucci@p6m7g8.com>
2007-12-14 20:15:35 +00:00
Andrew Pantyukhin
c63e7c8976 - Update to 0.12.0 2007-12-11 21:49:49 +00:00
Andrew Pantyukhin
fe64ac36d0 - Update to 0.11.4 2007-10-29 12:14:38 +00:00
Andrew Pantyukhin
0e16c84997 - Update 0.11.3 2007-09-10 16:59:39 +00:00
Andrew Pantyukhin
f833b31793 - Update to 0.11.2 2007-08-09 17:09:01 +00:00
Andrew Pantyukhin
3fccfd4d01 - Update to 0.11.1+1 2007-08-08 08:34:54 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Andrew Pantyukhin
d293b9db16 - De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
2007-04-18 08:01:25 +00:00
Andrew Pantyukhin
1b2bb4d396 - Update to 0.10.2+1 2007-03-29 19:14:35 +00:00
Andrew Pantyukhin
fed7ae8cd5 - Update to 0.10.2 2007-03-28 20:33:48 +00:00
Andrew Pantyukhin
889f74a82b - Update to 0.10.1 2007-02-07 09:43:10 +00:00
Andrew Pantyukhin
e62a04d078 - Distfile rerolled to fix file timestamps 2007-01-31 22:58:04 +00:00
Andrew Pantyukhin
c9c7f6767f - Update to 0.10.0+1 2007-01-29 23:24:27 +00:00
Andrew Pantyukhin
d72300c3d5 - Remove a patch (integrated upstream)
Reported by:	Jason Harris <jharris@widomaker.com>
2007-01-28 18:48:06 +00:00
Andrew Pantyukhin
b080e3d270 - Update to 0.10.0 2007-01-28 16:47:29 +00:00
Andrew Pantyukhin
3b3b621433 - Update to 0.9.0 2006-12-03 14:51:26 +00:00
Andrew Pantyukhin
0c443c9976 - Update to 0.8.1 2006-10-01 16:34:17 +00:00
Andrew Pantyukhin
cdd8a6f1ec - Update to 0.8.0
- Use OpenSSL instead of gnutls/gcrypt
2006-09-23 17:29:51 +00:00
Andrew Pantyukhin
2480db729f - Update to 0.7.0 2006-08-08 15:08:25 +00:00
Andrew Pantyukhin
c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Andrew Pantyukhin
6e562212b3 - Update to 0.6.0+1 2006-07-07 09:07:05 +00:00