diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-05-22 14:50:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-05-22 14:50:28 +0000 |
commit | 2c2afd4f4c7c7d0d0e141ceb27c11bb3ede2394b (patch) | |
tree | 7148e98db4428818bf6cc0ab3160201dfadc856d /www/sitecopy | |
parent | 8dd757f12a2903167ed9d0469d3b2eb73a2f4000 (diff) |
Update to 0.13.0.
PR: 52499 + updates from submitter
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=81708
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 20 | ||||
-rw-r--r-- | www/sitecopy/distinfo | 2 | ||||
-rw-r--r-- | www/sitecopy/pkg-plist | 10 |
3 files changed, 19 insertions, 13 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index fc2614f7715e..6c471f6e39f0 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sitecopy -PORTVERSION= 0.11.4 -PORTREVISION= 2 +PORTVERSION= 0.13.0 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ @@ -17,16 +16,23 @@ COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local cop LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS= --with-included-neon --with-libxml1 +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --with-included-neon --with-libxml2 +USE_REINPLACE= yes +USE_GNOME= libxml2 +USE_GETOPT_LONG= yes +USE_GMAKE= yes .ifndef WITHOUT_SSL USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} +CONFIGURE_ARGS+= --with-ssl .endif -USE_GMAKE= yes - MAN1= sitecopy.1 +post-patch: + @${REINPLACE_CMD} -e 's|;;|;|g' \ + ${WRKSRC}/src/sitestore.c + .include <bsd.port.mk> diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo index 3edd5480260a..b167f5643b29 100644 --- a/www/sitecopy/distinfo +++ b/www/sitecopy/distinfo @@ -1 +1 @@ -MD5 (sitecopy-0.11.4.tar.gz) = 2c46e70f64825903119154f24963f209 +MD5 (sitecopy-0.13.0.tar.gz) = 7a60680df1fccb746a16c5775caa432c diff --git a/www/sitecopy/pkg-plist b/www/sitecopy/pkg-plist index 2438b8f1242c..c79b9ec2edd2 100644 --- a/www/sitecopy/pkg-plist +++ b/www/sitecopy/pkg-plist @@ -1,12 +1,12 @@ bin/sitecopy -share/doc/sitecopy/FAQ -share/doc/sitecopy/NEWS -share/doc/sitecopy/README -share/doc/sitecopy/THANKS -share/doc/sitecopy/update.sh +%%PORTDOCS%%share/doc/sitecopy/NEWS +%%PORTDOCS%%share/doc/sitecopy/README +%%PORTDOCS%%share/doc/sitecopy/THANKS +%%PORTDOCS%%share/doc/sitecopy/update.sh share/locale/cs/LC_MESSAGES/sitecopy.mo share/locale/de/LC_MESSAGES/sitecopy.mo share/locale/fr/LC_MESSAGES/sitecopy.mo +share/locale/it/LC_MESSAGES/sitecopy.mo share/locale/ja/LC_MESSAGES/sitecopy.mo share/locale/nn/LC_MESSAGES/sitecopy.mo share/locale/ru/LC_MESSAGES/sitecopy.mo |