svn commit: r429971 - head/net/liboauth

Hiroki Sato hrs at FreeBSD.org
Fri Dec 30 12:15:20 UTC 2016


Author: hrs
Date: Fri Dec 30 12:15:18 2016
New Revision: 429971
URL: https://svnweb.freebsd.org/changeset/ports/429971

Log:
  - Add LICENSE.
  - USES=ssl instead of USE_OPENSSL.

Modified:
  head/net/liboauth/Makefile

Modified: head/net/liboauth/Makefile
==============================================================================
--- head/net/liboauth/Makefile	Fri Dec 30 12:11:02 2016	(r429970)
+++ head/net/liboauth/Makefile	Fri Dec 30 12:15:18 2016	(r429971)
@@ -2,23 +2,24 @@
 
 PORTNAME=	liboauth
 PORTVERSION=	1.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	C library implementing the OAuth Core standard
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING.MIT
+
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
+USES=		libtool pkgconfig ssl
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 INSTALL_TARGET=	install-strip
 
-USE_OPENSSL=	yes
-USES=		pkgconfig libtool
-USE_LDCONFIG=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure
 


More information about the svn-ports-head mailing list