svn commit: r349280 - head/net/liboauth

Johan van Selst johans at FreeBSD.org
Wed Mar 26 19:02:12 UTC 2014


Author: johans
Date: Wed Mar 26 19:02:11 2014
New Revision: 349280
URL: http://svnweb.freebsd.org/changeset/ports/349280
QAT: https://qat.redports.org/buildarchive/r349280/

Log:
  Update liboauth to 1.0.2

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

Modified: head/net/liboauth/Makefile
==============================================================================
--- head/net/liboauth/Makefile	Wed Mar 26 18:55:17 2014	(r349279)
+++ head/net/liboauth/Makefile	Wed Mar 26 19:02:11 2014	(r349280)
@@ -1,18 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	liboauth
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.0.2
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	C library implementing the OAuth Core standard
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
+INSTALL_TARGET=	install-strip
 
 USE_OPENSSL=	yes
 USES=		pkgconfig

Modified: head/net/liboauth/distinfo
==============================================================================
--- head/net/liboauth/distinfo	Wed Mar 26 18:55:17 2014	(r349279)
+++ head/net/liboauth/distinfo	Wed Mar 26 19:02:11 2014	(r349280)
@@ -1,2 +1,2 @@
-SHA256 (liboauth-1.0.1.tar.gz) = 5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b
-SIZE (liboauth-1.0.1.tar.gz) = 501706
+SHA256 (liboauth-1.0.2.tar.gz) = fb1b9867b0627c15944d1a20254de33310c303295188be7f6d40f0e6bf4745e3
+SIZE (liboauth-1.0.2.tar.gz) = 501851


More information about the svn-ports-all mailing list