diff options
author | lev <lev@FreeBSD.org> | 2007-03-16 18:03:11 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2007-03-16 18:03:11 +0800 |
commit | 0ad107985fe0e14df926a57556df9e7309fb23b1 (patch) | |
tree | 245b6156e0206198c6c0e9bac6d9cdb99d190e48 /www/sitecopy | |
parent | 018a53b1fb2dafdfbb48e30643de7c499cf351f8 (diff) | |
download | freebsd-ports-gnome-0ad107985fe0e14df926a57556df9e7309fb23b1.tar.gz freebsd-ports-gnome-0ad107985fe0e14df926a57556df9e7309fb23b1.tar.zst freebsd-ports-gnome-0ad107985fe0e14df926a57556df9e7309fb23b1.zip |
(1) Update `www/neon' to 0.26.3
(2) Bump port revisions (and dependencies) on all ports, using libneon
(3) Mark `devel/bazaar' broken, it doesn't support new neon version.
Approved by maintainer.
(4) Mark `www/neonpp' broken, it doesn't support new neon version.
Maintainer timeout.
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index f64c719b2031..c0ee584e8e80 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -7,6 +7,7 @@ PORTNAME= sitecopy PORTVERSION= 0.16.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lyra.org/${PORTNAME}/ \ ${MASTER_SITE_GENTOO} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy -LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ |