Date: Fri, 30 Dec 2016 12:15:19 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429971 - head/net/liboauth Message-ID: <201612301215.uBUCFJTW072487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= hrs@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301215.uBUCFJTW072487>