summaryrefslogtreecommitdiff
path: root/net/pecl-oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pecl-oauth2/Makefile')
-rw-r--r--net/pecl-oauth2/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile
index 07f8041c808f..2de6f4f9713e 100644
--- a/net/pecl-oauth2/Makefile
+++ b/net/pecl-oauth2/Makefile
@@ -1,12 +1,8 @@
PORTNAME= oauth
-PORTVERSION= 2.0.7
+DISTVERSION= 2.0.10
CATEGORIES= net pear
-# https://github.com/php/pecl-web_services-oauth/pull/30
-PATCH_SITES= https://github.com/php/pecl-web_services-oauth/commit/
-PATCHFILES= e7f262becf3feb65c8195fff4591d9dbd8acbace.patch:-p1
-
-MAINTAINER= dbaio@FreeBSD.org
+MAINTAINER= pkaipila@gmail.com
COMMENT= Php interface to the OAuth Protocol
WWW= https://pecl.php.net/package/oauth
@@ -20,8 +16,6 @@ USES= localbase:ldflags php:pecl
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFLICTS= pecl-oauth-1*
-
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>