mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.5.2
- Take maintainership - Now works with php 5.4 - http://pecl.php.net/package-info.php?package=xdiff&version=1.5.2
This commit is contained in:
parent
70820c8710
commit
23f2ac5834
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305002
2 changed files with 7 additions and 13 deletions
|
@ -1,30 +1,24 @@
|
|||
# New ports collection makefile for: pecl-xdiff
|
||||
# Date created: 19 April 2006
|
||||
# Whom: Larry Rosenman <ler@lerctr.org>
|
||||
#
|
||||
# Created by: Larry Rosenman <ler@lerctr.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xdiff
|
||||
PORTVERSION= 1.5.1
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= textproc pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= tabthorpe@FreeBSD.org
|
||||
COMMENT= A PECL extension to create/apply binary and text patches
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
post-configure:
|
||||
echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PECL/xdiff-1.5.1.tgz) = 2b5ff3804494623592551450e34290a87c5a8d3903c9d8f944d7dd1d717fb261
|
||||
SIZE (PECL/xdiff-1.5.1.tgz) = 9147
|
||||
SHA256 (PECL/xdiff-1.5.2.tgz) = ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d
|
||||
SIZE (PECL/xdiff-1.5.2.tgz) = 9275
|
||||
|
|
Loading…
Add table
Reference in a new issue