- Update to 1.1.3 [1]
- Switch to PEAR_AUTOINSTALL - Switch to new option framework PR: 166978 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
This commit is contained in:
parent
62bf63ad3f
commit
395ecc0873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297758
2 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Image_Barcode
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= graphics www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
|
@ -18,13 +18,15 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|||
USE_PHP= gd
|
||||
|
||||
LATEST_LINK= pear-${PORTNAME}
|
||||
OPTIONS= PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off
|
||||
|
||||
OPTIONS_DEFINE= PEAR_PHP_COMPAT
|
||||
PEAR_PHP_COMPAT_DESC= "PEAR::PHP_Compat support"
|
||||
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PEAR_PHP_COMPAT)
|
||||
.if ${PORT_OPTIONS:MPEAR_PHP_COMPAT}
|
||||
RUN_DEPENDS+= ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PEAR/Image_Barcode-1.1.2.tgz) = cd61cc7f52c9f360cbf653d7ffcdfa11d2c5049b9827571afc2d029b5a9be36e
|
||||
SIZE (PEAR/Image_Barcode-1.1.2.tgz) = 28216
|
||||
SHA256 (PEAR/Image_Barcode-1.1.3.tgz) = 6a41007d81bf9f64faa40c5b769d9205eae718d68cbef384cc920fa5183a7ca8
|
||||
SIZE (PEAR/Image_Barcode-1.1.3.tgz) = 13420
|
||||
|
|
Loading…
Reference in a new issue