diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-13 21:39:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-13 21:39:55 +0800 |
commit | f512b41ca2c86aa618730c6c08c548f42138e168 (patch) | |
tree | 4eaf19cf3047a7475fa78a312922cf036f1d7e43 /www/interchange | |
parent | 4c4afc4d5a194bffca2ed94f5f62c239b715c378 (diff) | |
download | freebsd-ports-graphics-f512b41ca2c86aa618730c6c08c548f42138e168.tar.gz freebsd-ports-graphics-f512b41ca2c86aa618730c6c08c548f42138e168.tar.zst freebsd-ports-graphics-f512b41ca2c86aa618730c6c08c548f42138e168.zip |
- Update to 5.4.2
PR: 109101
Submitted by: miwi
Approved by: maintainer
Diffstat (limited to 'www/interchange')
-rw-r--r-- | www/interchange/Makefile | 10 | ||||
-rw-r--r-- | www/interchange/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 47ce0df5a27..9383e2c26bd 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -6,7 +6,7 @@ # PORTNAME= interchange -PORTVERSION= 5.4.1 +PORTVERSION= 5.4.2 CATEGORIES= www MASTER_SITES= http://ftp.icdevgroup.org/interchange/5.4/tar/ @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${ARCH_PERL}/Safe/Hole.pm:${PORTSDIR}/security/p5-Safe-Hole \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment USE_PERL5= yes -USE_BZIP2= yes +USE_BZIP2= yes PERL_CONFIGURE= yes OPTIONS= MYSQL "Add MySQL support" off \ @@ -28,7 +28,7 @@ OPTIONS= MYSQL "Add MySQL support" off \ .include <bsd.port.pre.mk> -USE_RC_SUBR= interchange.sh +USE_RC_SUBR= interchange.sh .if defined(WITH_MYSQL) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql @@ -119,8 +119,4 @@ post-install: .endfor @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL -.if ${PERL_LEVEL} < 500600 -IGNORE= needs perl 5.6.1 or higher, install lang/perl5.8 and try again. -.endif - .include <bsd.port.post.mk> diff --git a/www/interchange/distinfo b/www/interchange/distinfo index b08ebdea47d..af5615727db 100644 --- a/www/interchange/distinfo +++ b/www/interchange/distinfo @@ -1,3 +1,3 @@ -MD5 (interchange-5.4.1.tar.bz2) = 8fec2aedd97a0ccb0c3ef6655da062dc -SHA256 (interchange-5.4.1.tar.bz2) = 77637ad7e413eeb863a1bb8e329eb7688dfb1933efcac056a6dbda7477453a40 -SIZE (interchange-5.4.1.tar.bz2) = 1989233 +MD5 (interchange-5.4.2.tar.bz2) = 43a1f24d3f12e00030a18e5dd4b2c8e5 +SHA256 (interchange-5.4.2.tar.bz2) = 5bf36bafe3d1eb93dcaa785fe5fc9662dcf1ffedc367b64fee98747eba5f56ca +SIZE (interchange-5.4.2.tar.bz2) = 1990614 |