Date: Sat, 24 Sep 2016 13:44:59 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422720 - head/net/pecl-oauth Message-ID: <201609241344.u8ODixTC001118@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Sep 24 13:44:58 2016 New Revision: 422720 URL: https://svnweb.freebsd.org/changeset/ports/422720 Log: net/pecl-oauth: pass maintainership to submitter - Configure PORTSCOUT - Move BUILD_DEPENDS to LIB_DEPENDS (Caught up on QA tests) - Bump PORTREVISION - Update distinfo with TIMESTAMP - Pass maintainership to submitter PR: 212772 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> Modified: head/net/pecl-oauth/Makefile head/net/pecl-oauth/distinfo Modified: head/net/pecl-oauth/Makefile ============================================================================== --- head/net/pecl-oauth/Makefile Sat Sep 24 13:31:01 2016 (r422719) +++ head/net/pecl-oauth/Makefile Sat Sep 24 13:44:58 2016 (r422720) @@ -3,19 +3,21 @@ PORTNAME= oauth PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Php Interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:ftp/curl +LIB_DEPENDS= libcurl.so:ftp/curl + +PORTSCOUT= limit:^1.* CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net/pecl-oauth/distinfo ============================================================================== --- head/net/pecl-oauth/distinfo Sat Sep 24 13:31:01 2016 (r422719) +++ head/net/pecl-oauth/distinfo Sat Sep 24 13:44:58 2016 (r422720) @@ -1,2 +1,3 @@ +TIMESTAMP = 1474129351 SHA256 (PECL/oauth-1.2.3.tgz) = 86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195 SIZE (PECL/oauth-1.2.3.tgz) = 45531
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241344.u8ODixTC001118>