diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-11-13 23:59:46 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-11-13 23:59:46 +0800 |
commit | 890cafa1f0b33af648dcfba3091227e30b6aed79 (patch) | |
tree | 48a83c0bbc75fcc2d0a9e4e633da7f741243b08d /net | |
parent | e6a9e94f06f4331fd76f8916ed3fdd1237d6c5f8 (diff) | |
download | freebsd-ports-gnome-890cafa1f0b33af648dcfba3091227e30b6aed79.tar.gz freebsd-ports-gnome-890cafa1f0b33af648dcfba3091227e30b6aed79.tar.zst freebsd-ports-gnome-890cafa1f0b33af648dcfba3091227e30b6aed79.zip |
- Upgrade liboauth to 1.0 release
- Update MASTER_SITE to general SF link
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/liboauth/Makefile | 7 | ||||
-rw-r--r-- | net/liboauth/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index 73ee9476da69..0e67f3132939 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -6,9 +6,9 @@ # PORTNAME= liboauth -PORTVERSION= 0.9.7 +PORTVERSION= 1.0.0 CATEGORIES= net -MASTER_SITES= http://liboauth.sourceforge.net/pool/ +MASTER_SITES= SF/${PORTNAME} MAINTAINER= johans@FreeBSD.org COMMENT= C library implementing the OAuth Core standard @@ -25,7 +25,6 @@ USE_LDCONFIG= yes MAN3= oauth.3 post-patch: - @${REINPLACE_CMD} -e '/^if test/s/ == / = /' \ - -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/net/liboauth/distinfo b/net/liboauth/distinfo index 86dd0e322b24..af1a7bf5ed99 100644 --- a/net/liboauth/distinfo +++ b/net/liboauth/distinfo @@ -1,2 +1,2 @@ -SHA256 (liboauth-0.9.7.tar.gz) = 27a2c5536f070a7f1b28f020171eb03e261ca30620d4897b174a8aa03e479c6b -SIZE (liboauth-0.9.7.tar.gz) = 498062 +SHA256 (liboauth-1.0.0.tar.gz) = 58ac4510fec8f603383a0bf280d6fb32b45f4c0f587121130a412877eddac793 +SIZE (liboauth-1.0.0.tar.gz) = 431528 |