diff options
author | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
commit | 17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch) | |
tree | d11d27576ba0bc6656fca5c8a2e074489e3a91b7 /textproc | |
parent | 8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff) | |
download | freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.zst freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 3 | ||||
-rw-r--r-- | textproc/rotix/Makefile | 3 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index b3fd549a601b..277972f35d3e 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -7,6 +7,7 @@ PORTNAME= modlogan PORTVERSION= 0.7.12 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -15,7 +16,7 @@ MAINTAINER= netchild@FreeBSD.org LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ gd.2:${PORTSDIR}/graphics/gd \ - intl.1:${PORTSDIR}/devel/gettext-old \ + intl.2:${PORTSDIR}/devel/gettext \ pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ ltdl.1:${PORTSDIR}/devel/libtool diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile index d5b74de39132..0a95f152c1b7 100644 --- a/textproc/rotix/Makefile +++ b/textproc/rotix/Makefile @@ -8,12 +8,13 @@ PORTNAME= rotix PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/ MAINTAINER= lintux@debian.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index f878dc2d58ee..eeefcc5e3aaa 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -7,13 +7,14 @@ PORTNAME= textutils PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= textutils MAINTAINER= aw1@stade.co.uk -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes |