diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-30 17:57:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-30 17:57:31 +0800 |
commit | 7ee820b78e3c6d4fc2e5521e7f7672ba1127ca16 (patch) | |
tree | 07b3ea9581995f20f3d90a52cf0aa2c380980509 | |
parent | ec92d24b392e832489c84a938155679907356bfb (diff) | |
download | freebsd-ports-gnome-7ee820b78e3c6d4fc2e5521e7f7672ba1127ca16.tar.gz freebsd-ports-gnome-7ee820b78e3c6d4fc2e5521e7f7672ba1127ca16.tar.zst freebsd-ports-gnome-7ee820b78e3c6d4fc2e5521e7f7672ba1127ca16.zip |
- 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]
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 8 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index ec0ed5f56a33..02aa45d7a9bc 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -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 diff --git a/graphics/pear-Image_Barcode/distinfo b/graphics/pear-Image_Barcode/distinfo index afaea5700a6a..fd3dd6f7dc2d 100644 --- a/graphics/pear-Image_Barcode/distinfo +++ b/graphics/pear-Image_Barcode/distinfo @@ -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 |