svn commit: r422720 - head/net/pecl-oauth

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 24 13:45:00 UTC 2016


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 at 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 at FreeBSD.org
+MAINTAINER=	dbaio at 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


More information about the svn-ports-all mailing list