diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 20:14:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 20:14:21 +0000 |
commit | 5c53ba57e8179c94aeaeafc468d8b137e5e9190a (patch) | |
tree | 81e4201b950a2ae76edf5681ad619ebcb1abc517 /graphics/pear-Image_Barcode | |
parent | 7e6d2fbe718a87ff012418d0e4d6990858ab8895 (diff) |
Notes
Diffstat (limited to 'graphics/pear-Image_Barcode')
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 9 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index 8d852e6f965c..6bcc9fc3c0a1 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image_Barcode -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= graphics www pear MAINTAINER= antonio@php.net @@ -22,11 +22,10 @@ OPTIONS= PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off CATEGORY= Image FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php \ - Barcode/upca.php + Barcode/upca.php Barcode/code128.php DOCS= ChangeLog Readme.txt -TESTS= test-image-barcode.php barcode_img.php -_DOCSDIR= . -_TESTSDIR= . +EXAMPLES= test-image-barcode.php barcode_img.php +_EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> diff --git a/graphics/pear-Image_Barcode/distinfo b/graphics/pear-Image_Barcode/distinfo index 599f207e4626..af0b0827e84c 100644 --- a/graphics/pear-Image_Barcode/distinfo +++ b/graphics/pear-Image_Barcode/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Image_Barcode-1.0.2.tgz) = 5007f8be9e48e0cc077684d0d1dab033 -SIZE (PEAR/Image_Barcode-1.0.2.tgz) = 8714 +MD5 (PEAR/Image_Barcode-1.0.3.tgz) = 3a439d3214b219afd227d3b5a539fb3a +SIZE (PEAR/Image_Barcode-1.0.3.tgz) = 12371 |