diff options
author | mm <mm@FreeBSD.org> | 2008-03-04 19:32:02 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2008-03-04 19:32:02 +0800 |
commit | 1651ff920604f2efb3d272ef111e839f9c3ddc46 (patch) | |
tree | 8addde6f5e53a996f359f6b7946076f881918a4a /security/php-Auth_OpenID | |
parent | e67e120bcad2f4fde9e3ce0f1eb94806a42764b5 (diff) | |
download | freebsd-ports-gnome-1651ff920604f2efb3d272ef111e839f9c3ddc46.tar.gz freebsd-ports-gnome-1651ff920604f2efb3d272ef111e839f9c3ddc46.tar.zst freebsd-ports-gnome-1651ff920604f2efb3d272ef111e839f9c3ddc46.zip |
- Update to 1.2.3
- fix MASTER_SITES
- add CONFLICTS with PEARized version 2 (security/pear-Auth_OpenID)
PR: ports/121315
Submitted by: mm
Approved by: Gea-Suan Lin <gslin at gslin.org> (maintainer)
Diffstat (limited to 'security/php-Auth_OpenID')
-rw-r--r-- | security/php-Auth_OpenID/Makefile | 9 | ||||
-rw-r--r-- | security/php-Auth_OpenID/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/security/php-Auth_OpenID/Makefile b/security/php-Auth_OpenID/Makefile index 61c6995c17d6..fb5ab08b64b5 100644 --- a/security/php-Auth_OpenID/Makefile +++ b/security/php-Auth_OpenID/Makefile @@ -6,11 +6,11 @@ # PORTNAME= Auth_OpenID -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= security www pear -MASTER_SITES= http://www.openidenabled.com/resources/downloads/php-openid/pear/ +MASTER_SITES= http://openidenabled.com/files/php-openid/packages/ PKGNAMEPREFIX= php- -EXTRACT_SUFX= .tgz +DISTNAME= php-openid-${PORTVERSION} MAINTAINER= gslin@gslin.org COMMENT= PHP OpenID library @@ -18,6 +18,9 @@ COMMENT= PHP OpenID library RUN_DEPENDS= pear:${PORTSDIR}/devel/pear BUILD_DEPENDS= ${RUN_DEPENDS} +CONFLICTS= pear-Auth_OpenID-2.* + +USE_BZIP2= yes NO_BUILD= yes OPTIONS= BCMATH "Use bcmath instead of libgmp" off \ MYSQL "Use mysql" off \ diff --git a/security/php-Auth_OpenID/distinfo b/security/php-Auth_OpenID/distinfo index 211ee4b93349..6ac526f948e7 100644 --- a/security/php-Auth_OpenID/distinfo +++ b/security/php-Auth_OpenID/distinfo @@ -1,3 +1,3 @@ -MD5 (Auth_OpenID-1.2.2.tgz) = b8b95892245f39454ac630262993db52 -SHA256 (Auth_OpenID-1.2.2.tgz) = 7ef563e878ee447176bc87ad160a93114610bdc3454beb06bb48176b9701c6bd -SIZE (Auth_OpenID-1.2.2.tgz) = 87304 +MD5 (php-openid-1.2.3.tar.bz2) = 4591d6a2f5866f218682639f0f9c0f20 +SHA256 (php-openid-1.2.3.tar.bz2) = 84cda7ad1b2d0df78e20968602a53f9414b1767363b7fcc4f7160ca22e79ed8e +SIZE (php-openid-1.2.3.tar.bz2) = 214325 |