Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12.0_13,1 27 Dec 2017 15:55:01 |
tijl |
Remove devel/pwlib, net/openh323 and net/ohphone. The OpenH323 project
was split into OpalVoip and H323Plus in 2007, both also available as ports.
Remove dependency on net/openh323 from net/asterisk13. The chan_h323
module has been replaced with chan_ooh323 which no longer depends on
openh323. |
1.12.0_13,1 12 Oct 2017 15:57:51 |
mat |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
1.12.0_13,1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.12.0_12,1 18 Aug 2017 12:34:07 |
rakuco |
Explicitly pass -std=gnu++03 to the compiler.
This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's
code does not work with C++11 or later.
Annoyingly, this port's build system mixes CFLAGS and CXXFLAGS, so we need to
pass -std=gnu++03 via CFLAGS for things to work properly.
PR: 219275 |
1.12.0_12,1 03 May 2017 05:52:55 |
linimon |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.12.0_12,1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.12.0_11,1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.12.0_11,1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.12.0_10,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.12.0_10,1 09 Nov 2015 14:30:02 |
amdmi3 |
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093 |
1.12.0_10,1 02 Jul 2015 09:45:21 |
amdmi3 |
- This installs fine on armv6
MFH: 2015Q3 |
1.12.0_10,1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
1.12.0_10,1 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.12.0_9,1 02 Nov 2014 16:51:10 |
antoine |
Allow building with bison 3
PR: ports/194680 |
1.12.0_9,1 27 Oct 2014 11:03:01 |
bapt |
Cleanup plist |
1.12.0_9,1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.12.0_9,1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
1.12.0_8,1 08 Mar 2014 14:45:27 |
flo |
This has been broken for > 6 months on >= 10.0. Set USE_GCC= any for now. |
1.12.0_8,1 14 Feb 2014 18:16:00 |
mat |
Fix after stage support. |
1.12.0_8,1 14 Feb 2014 16:25:02 |
mat |
- Convert to staging
- Convert to new options knobs.
Sponsored by: Absolight |
1.12.0_8,1 05 Feb 2014 23:02:39 |
marino |
devel/pwlib: Add dragonfly support |
1.12.0_8,1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.12.0_8,1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
1.12.0_8,1 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.12.0_8,1 04 Sep 2012 03:01:19 |
linimon |
Mark as broken on ARM. |
1.12.0_8,1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
1.12.0_7,1 09 Jan 2012 04:01:17 |
eadler |
- Remove outdated version checks
Reviewed by: nox |
1.12.0_7,1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.12.0_7 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.12.0_7,1 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
1.12.0_7,1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.12.0_7,1 25 Jun 2011 07:43:49 |
miwi |
- Fix build with CLANG
PR: 158182
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> |
1.12.0_7,1 17 Apr 2011 07:48:23 |
fjoe |
Fix build with openssl 1.0. |
1.12.0_7,1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
1.12.0_6,1 11 Feb 2011 15:58:00 |
tabthorpe |
- Return these ports to the heap at maintainer's request
Approved by: portmgr |
1.12.0_6,1 24 Jan 2011 23:26:38 |
flo |
- -fPIC is also required on powerpc
PR: ports/153827
Submitted by: andreast
Approved by: maintainer timeout (15 days)
Feature safe: yes |
1.12.0_6,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.12.0_6,1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.12.0_6 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.12.0_5,1 10 May 2010 21:09:09 |
kwm |
Register conflicts between pwlib ptlib and ptlib26. |
1.12.0_5,1 01 Apr 2010 10:06:35 |
linimon |
Attempt to fix build on powerpc.
Hat: portmgr |
1.12.0_5,1 27 Aug 2009 18:18:43 |
amdmi3 |
- Use correct SF url
- Use DIST_SUBDIR instead of DISTNAME hack
- Mark pwlib MAKE_JOBS_UNSAFE
PR: 138236
Submitted by: myself
Approved by: Steve Ames <steve@energistic.com> (maintainer via private email,
openh323 patch approved as well) |
1.12.0_5,1 09 Feb 2009 21:58:03 |
miwi |
- Unbreak
- Fix build on 8.X after RTF_WASCLONES removal
PR: 131540
Submitted by: Steve Ames <steve@energistic.com> (maintainer) |
1.12.0_4,1 08 Jan 2009 18:09:45 |
erwin |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat |
1.12.0_4,1 05 Jan 2009 19:04:45 |
delphij |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
1.12.0_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.12.0_3,1 25 Jul 2008 09:38:45 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.12.0_3,1 04 May 2008 05:31:17 |
rafan |
- Disable ODBC by default. When ODBC is installed, it breaks build and seems
nothing actually use it.
- While I'm here, use TAB after variable assignment.
PR: ports/123378
Submitted by: Steve Ames <steve at energistic.com> (maintainer) |
1.12.0_2,1 13 Apr 2008 12:43:55 |
rafan |
- Allow multiple apps to access sound device in parallel
- Bump PORTREVISION
PR: ports/122584
Submitted by: Steve Ames <steve at energistic.com> (maintainer) |
1.12.0_1,1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.12.0,1 02 Mar 2008 06:49:10 |
rafan |
- Restore previous patch that disables buggy assembly. This fixes build
on 5.x and 6.x.
Noticed by: marcus@
Approved by: maintainer (implicit) |
1.12.0,1 01 Mar 2008 07:24:52 |
rafan |
- Update to 1.12.0
PR: ports/119377
Submitted by: Steve Ames <steve at energistic.com> (maintainer) |
1.10.3_4,1 30 Nov 2007 06:45:59 |
linimon |
Fix build on sparc64 by ensuring it's a 64-bit build.
Discussed with: maintainer
Tested on: pointyhat
Approved by: portmgr (self) |
1.10.3_4,1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.10.3_3 04 Oct 2007 00:41:11 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.10.3_3,1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.10.3_2,1 26 Jul 2007 17:29:50 |
rafan |
- Install version.h to DATADIR, some ports' configure script looks this
file, for example, the newer version of asterisk.
PR: ports/114612
Submitted by: viper <viper at perm.raid.ru>
Approved by: Steve Ames <steve at energistic.com> (maintainer) |
1.10.3_1,1 24 May 2007 04:56:18 |
marcus |
Bump PORTREVISION for the build fix since it does change what gets installed,
and that can affect net/opal.
Approved by: portmgr (implicit) |
1.10.3,1 24 May 2007 04:55:25 |
marcus |
Fix the build with GCC 4.2.
Approved by: portmgr (implicit)
maintainer |
1.10.3,1 13 Mar 2007 13:25:05 |
miwi |
- Fix build with amd64 and gcc4.1
PR: 110243
Submitted by: Steve Ames <steve@energistic.com> (maintainer) |
1.10.2,1 07 Feb 2007 00:45:08 |
luigi |
Enable proper detection of video4linux devices.
The original code detects video devices using the major/minor numbers.
On FreeBSD this does not work, so rely on the name /dev/video* instead.
Approved by: Steve Ames |
1.10.3,1 06 Feb 2007 04:36:44 |
rafan |
- Update to 1.10.3
PR: ports/108722
Submitted by: chinsan
Approved by: Steve Ames <steve at energistic.com> (maintainer) |
1.10.2,1 30 Jan 2007 04:23:59 |
kris |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
1.10.2,1 02 Jan 2007 06:09:11 |
marcus |
* Correct a typo I introduced in my 1.10.2 update, and correct the v4l_compat
dependency [1]
* Switch INSTALLS_SHLIB to USE_LDCONFIG while I'm here
Reported by: Pawel Worach <pawel.worach@gmail.com> [1] |
1.10.2,1 10 Dec 2006 19:36:33 |
marcus |
Correct a dump shift typo to fix the plist.
Reported by: pointyhat via kris |
1.10.2,1 08 Dec 2006 07:47:27 |
marcus |
Update to 1.10.2, and fix plug-in detection on 64-bit platforms (most
notably amd64). With this fix, ekiga will now work on amd64 (at least).
Approved by: maintainer |
1.10.1_2,1 21 Sep 2006 09:40:53 |
stas |
- Fix the port to work with the updated SDL version (1.2.11)
PR: ports/103448
Submitted by: Diane Bruce <db@db.net>
Approved by: krion (portmgr), sem (mentor) |
1.10.1_2,1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
1.10.1_1,1 15 Sep 2006 16:06:41 |
ahze |
- Sparc64 <= 700003 is missing pthread_mutex_timedlock so use work around
to fix linking with net/ekiga and others
PR: 103285
Submitted by: ahze (me)
Approved by: maintainer |
1.10.1,1 13 Jul 2006 00:39:14 |
sobomax |
Forgot to include this file into the last commit. |
1.10.1,1 13 Jul 2006 00:33:05 |
sobomax |
Shared library name in FreeBSD should be libfoo.so.X, not libfoo.so.X.Y.Z. No
user-visible changes, so that keep PORTREVISION intact. |
1.10.1,1 25 Jun 2006 10:44:36 |
erwin |
Update to 1.10.1
PR: 99440
Submitted by: Steve Ames <steve@energistic.com> (maintainer) |
1.10.0_1,1 14 Jun 2006 15:27:22 |
pav |
- bsdvideo plugin is built on sparc64 too
Reported by: krismail |
1.10.0_1,1 15 May 2006 00:02:20 |
itetcu |
Fix build on 4.x
PR: ports/97258
Submitted by: Tod McQuillin <devin@spamcop.net>
Approved by: maintainer, lawrance (mentor) |
1.10.0_1,1 07 May 2006 13:02:11 |
pav |
- Use a better way to detect SDL header
- Add WITH_ESOUND knob and enable the plugin build
- Fix bsdvideo (bktr(4)) plugin and make it buildable on more archs
- Add a small error handler to detect unresolved symbols in plugins
- Add more plugins to pkg-plist
- Add experimental support for firewire(4) based video devices.
The segment of the Makefile is intentionally commented out.
PR: ports/95422, ports/96624
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>,
Steve Ames <steve@energistic.com> (maintainer)
Approved by: Steve Ames <steve@energistic.com> (maintainer) |
1.10.0,1 11 Apr 2006 03:13:26 |
bland |
Unbreak i686+ builds. Do not use bogus asm optimized code block.
PR: 95400 |
1.10.0,1 05 Apr 2006 12:50:56 |
garga |
- Update to 1.10.0
PR: ports/95306
Submitted by: maintainer |
1.9.2_4,1 17 Mar 2006 21:30:00 |
netchild |
The previous revision resulted in a lib with unresolvable symbols. This
seems to be a bug in gcc 3.4. As a workaround only use level one
optimization (-O1).
Approved by: maintainer |
1.9.2_3,1 17 Mar 2006 17:37:32 |
netchild |
Make sure openldap is found and the path to sdl is added only when sdl
support is enabled.
Submitted by: maintainer
Prodded by: netchild (openldap) |
1.9.2_2,1 14 Mar 2006 01:51:26 |
mnag |
- Pass PTHREAD_LIBS to CONFIGURE_ENV to other ports use it.
- Reorganize Makefile
- Bump PORTREVISION
- portint()
PR: 94233
Submitted by: maintainer
Approved by: portmgr (marcus) |
1.9.2_1,1 25 Feb 2006 21:34:21 |
netchild |
Fix my fix (missing space after "@comment" in PLIST_SUB).
Maintainer informed by mail.
Approved by: portmgr (kris)
Pointy hat: netchild |
1.9.2_1,1 19 Feb 2006 19:16:19 |
netchild |
Fix the plist on architectures where bktr(4) isn't available.
Approved by: maintainer
Noticed by: kris/pointyhat |
1.9.2_1,1 14 Feb 2006 21:19:43 |
netchild |
- fix build on 64bit machines ("-fPIC"-dance) [1]
- don't change the name of the lib depending on the hw-architecture [2]
- assign a maintainer [2]
Submitted by: Steve Ames <steve@energistic.com> [2]
Tested by: erwin (on amd64) [1] |
1.9.2,1 05 Feb 2006 13:39:41 |
netchild |
This is an initial port of newer versions of:
- pwlib -> 1.9.2
- openh323 -> 1.17.3
The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.
They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.
Further tweaks/improvements to them may be required when other ports
start to use these versions.
Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com> |
1.5.2_1,1 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
1.5.2,1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.5.2,1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.5.2,1 10 Jun 2005 21:29:51 |
pav |
- Update to 1.5.2
PR: ports/82086
Submitted by: Steve Ames <steve@energistic.com> |
1.5.0_5,1 16 May 2005 02:45:10 |
lawrance |
- Add a bison %pure-parser declaration in pwlib. The build was
depending on old bison behaviour (#define YYPURE) which no longer
works. Fixes crash of opengk and maybe more.
- Bump PORTREVISION of ports using pwlib (they link with it statically)
PR: ports/61053
Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by: clement (mentor) |
1.5.0_5,1 07 Dec 2004 08:52:35 |
linimon |
Actually reset the maintainer this time. |
1.5.0_5,1 05 Dec 2004 19:16:06 |
linimon |
Remove a locally untested upgrade which snuck in with the commit to
reset maintainer. Bump PORTEPOCH since this means the version will
go backwards.
Spotted by: roger
Pointy hat to: linimon |
1.6.5 05 Dec 2004 04:54:22 |
linimon |
With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them. |
1.5.0_5 08 Jun 2004 06:27:44 |
sobomax |
Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bump
PORTREVISION of related ports.
Requested by: *many*
No reply from: security-officer
Obtained from: Debian/pwlib cvs |
1.5.0_4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.5.0_4 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
1.5.0_3 12 Mar 2004 02:48:25 |
ade |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups. |
1.5.0_3 11 Mar 2004 18:48:07 |
eik |
Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed. |
1.5.0_3 05 Mar 2004 02:37:57 |
marcus |
Allow pwlib to work on ARCHS != i386.
Tested on alpha, i386, and ia64.
Submitted by: marcel
Approved by: maintainer (implicit) |
1.5.0_3 03 Mar 2004 16:38:02 |
pav |
- Style: s/@freebsd.org/@FreeBSD.org/ |
1.5.0_3 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |