diff options
author | roam <roam@FreeBSD.org> | 2004-06-04 06:41:40 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-04 06:41:40 +0800 |
commit | 382201b6cc1347f520d5e2a46a26926be26782be (patch) | |
tree | 7b841659f31cb7bdc8cccbeb65f6eaf89132761e /print | |
parent | 107eee14991cb7089d0ef5d9222e4a160cf7cd50 (diff) | |
download | freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.gz freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.zst freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.zip |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 4 | ||||
-rw-r--r-- | print/foomatic-db/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index a2c1df69cb81..45b64427852a 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= foomatic-db-engine PORTVERSION= 20031213 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= # @@ -16,7 +16,7 @@ COMMENT= Foomatic database engine BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl USE_GMAKE= yes USE_PERL5= yes diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index ce580d0a4b12..2eaf26ecc775 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -7,7 +7,7 @@ PORTNAME= foomatic-db PORTVERSION= 20040107 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} NO_CHECKSUM= ${DISTFILES} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Foomatic database LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl USE_GMAKE= yes USE_PERL5= yes |