svn commit: r307383 - head/net/liboauth

Johan van Selst johans at FreeBSD.org
Tue Nov 13 15:59:47 UTC 2012


Author: johans
Date: Tue Nov 13 15:59:46 2012
New Revision: 307383
URL: http://svnweb.freebsd.org/changeset/ports/307383

Log:
  - Upgrade liboauth to 1.0 release
  - Update MASTER_SITE to general SF link
  
  Feature safe:	yes

Modified:
  head/net/liboauth/Makefile
  head/net/liboauth/distinfo

Modified: head/net/liboauth/Makefile
==============================================================================
--- head/net/liboauth/Makefile	Tue Nov 13 15:58:00 2012	(r307382)
+++ head/net/liboauth/Makefile	Tue Nov 13 15:59:46 2012	(r307383)
@@ -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 at 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>

Modified: head/net/liboauth/distinfo
==============================================================================
--- head/net/liboauth/distinfo	Tue Nov 13 15:58:00 2012	(r307382)
+++ head/net/liboauth/distinfo	Tue Nov 13 15:59:46 2012	(r307383)
@@ -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


More information about the svn-ports-head mailing list