svn commit: r421372 - head/devel/pecl-svn

Wen Heping wen at FreeBSD.org
Mon Sep 5 14:51:36 UTC 2016


Author: wen
Date: Mon Sep  5 14:51:35 2016
New Revision: 421372
URL: https://svnweb.freebsd.org/changeset/ports/421372

Log:
  - Fix build on FreeBSD-9.3
  - Update LIB_DEPENDS to devel/subversion instead of devel/subversion18
  - Pass maintainership to submitter
  
  PR:		212372
  Submitted by:	dbaio at bsd.com.br

Modified:
  head/devel/pecl-svn/Makefile

Modified: head/devel/pecl-svn/Makefile
==============================================================================
--- head/devel/pecl-svn/Makefile	Mon Sep  5 14:42:04 2016	(r421371)
+++ head/devel/pecl-svn/Makefile	Mon Sep  5 14:51:35 2016	(r421372)
@@ -3,18 +3,20 @@
 
 PORTNAME=	svn
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	devel 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=	PECL extension to the libsvn library
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	libsvn_client-1.so:devel/subversion18
+LIB_DEPENDS=	libsvn_client-1.so:devel/subversion
 
+USE_CSTD=	c99
 USES=		php:ext tar:tgz
 IGNORE_WITH_PHP=	70
 


More information about the svn-ports-all mailing list