Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2016 14:51:35 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421372 - head/devel/pecl-svn
Message-ID:  <201609051451.u85EpZXk033599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	dbaio@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609051451.u85EpZXk033599>