diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-13 13:39:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-13 13:39:55 +0000 |
commit | 82bad1966346dc67c26d03362397eaba6eb2ad0f (patch) | |
tree | 93f39b63778812b4ef38ba54ddcb2c6c5f0b404a /www/interchange | |
parent | cfe7fbd2328296bbfbc4d830d1bb94ffdf419a38 (diff) | |
download | ports-82bad1966346dc67c26d03362397eaba6eb2ad0f.tar.gz ports-82bad1966346dc67c26d03362397eaba6eb2ad0f.zip |
Notes
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 47ce0df5a27b..9383e2c26bdf 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 b08ebdea47d3..af5615727db8 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 |