mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/php-bsdconv/commits/master PR: ports/182259 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
This commit is contained in:
parent
fcb8b2adba
commit
040fb1a796
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327829
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bsdconv
|
PORTNAME= bsdconv
|
||||||
PORTVERSION= 10.0.0
|
PORTVERSION= 11.1.0
|
||||||
CATEGORIES= converters
|
CATEGORIES= converters
|
||||||
PKGNAMEPREFIX= php5-
|
PKGNAMEPREFIX= php5-
|
||||||
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
||||||
|
@ -12,13 +12,14 @@ COMMENT= PHP wrapper for bsdconv
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv
|
LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= buganini
|
GH_ACCOUNT= buganini
|
||||||
GH_COMMIT= 122cbb0
|
GH_COMMIT= daf6890
|
||||||
GH_PROJECT= php-${PORTNAME}
|
GH_PROJECT= php-${PORTNAME}
|
||||||
|
|
||||||
|
NO_STAGE= yes
|
||||||
USE_PHP= yes
|
USE_PHP= yes
|
||||||
USE_PHPEXT= yes
|
USE_PHPEXT= yes
|
||||||
USE_PHPIZE= yes
|
USE_PHPIZE= yes
|
||||||
|
@ -26,5 +27,4 @@ USE_PHP_BUILD= yes
|
||||||
PHP_MODNAME= ${PORTNAME}
|
PHP_MODNAME= ${PORTNAME}
|
||||||
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
|
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (buganini-php-bsdconv-10.0.0-0-g122cbb0.tar.gz) = 13c1513b37f8e2f9993df8c5d9f023cdba15f624bfdf75fd295cd7e4c0b5b06c
|
SHA256 (buganini-php-bsdconv-11.1.0-0-gdaf6890.tar.gz) = 4513094eaf247be591b8ee0ef9c8d369da82f904b176fb15c755c7e468e80328
|
||||||
SIZE (buganini-php-bsdconv-10.0.0-0-g122cbb0.tar.gz) = 7584
|
SIZE (buganini-php-bsdconv-11.1.0-0-gdaf6890.tar.gz) = 7665
|
||||||
|
|
Loading…
Add table
Reference in a new issue