diff options
author | novel <novel@FreeBSD.org> | 2005-05-25 21:14:58 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-25 21:14:58 +0800 |
commit | dffc2b6716fdd170500646eca89069c75d8e5a56 (patch) | |
tree | 69f164005e31290b13c63bdf6b0147cb5b2568d6 /graphics | |
parent | 41f3941ba0e349ae05683a7411d5fd8d6bfe155a (diff) | |
download | freebsd-ports-gnome-dffc2b6716fdd170500646eca89069c75d8e5a56.tar.gz freebsd-ports-gnome-dffc2b6716fdd170500646eca89069c75d8e5a56.tar.zst freebsd-ports-gnome-dffc2b6716fdd170500646eca89069c75d8e5a56.zip |
Update to 1.0.2.
PR: 81462
Submitted by: Antonio Carlos Venancio Junior (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 9 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index fc2b1624dd11..8d852e6f965c 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image_Barcode -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics www pear MAINTAINER= antonio@php.net @@ -15,11 +15,14 @@ COMMENT= PEAR class for barcode generation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -LATEST_LINK= pear-Image_Barcode +USE_PHP= gd + +LATEST_LINK= pear-${PORTNAME} OPTIONS= PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off CATEGORY= Image -FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php +FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php \ + Barcode/upca.php DOCS= ChangeLog Readme.txt TESTS= test-image-barcode.php barcode_img.php _DOCSDIR= . diff --git a/graphics/pear-Image_Barcode/distinfo b/graphics/pear-Image_Barcode/distinfo index 5c4c7236baeb..599f207e4626 100644 --- a/graphics/pear-Image_Barcode/distinfo +++ b/graphics/pear-Image_Barcode/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Image_Barcode-1.0.1.tgz) = eb7aee7fd64a2cc344c449d6eccbe5b0 -SIZE (PEAR/Image_Barcode-1.0.1.tgz) = 7441 +MD5 (PEAR/Image_Barcode-1.0.2.tgz) = 5007f8be9e48e0cc077684d0d1dab033 +SIZE (PEAR/Image_Barcode-1.0.2.tgz) = 8714 |