Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 15:59:47 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307383 - head/net/liboauth
Message-ID:  <201211131559.qADFxlke074351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211131559.qADFxlke074351>