diff options
author | novel <novel@FreeBSD.org> | 2005-06-04 00:49:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-04 00:49:08 +0800 |
commit | 9573e0c6162b2a889cfa53fe09c907f3008f60a3 (patch) | |
tree | 276b20b5278eaecea3eb0d467f66efce7b97d2fc /graphics | |
parent | 344cc9d7edabd9c69f33a0928037ad4b463c6c01 (diff) | |
download | freebsd-ports-gnome-9573e0c6162b2a889cfa53fe09c907f3008f60a3.tar.gz freebsd-ports-gnome-9573e0c6162b2a889cfa53fe09c907f3008f60a3.tar.zst freebsd-ports-gnome-9573e0c6162b2a889cfa53fe09c907f3008f60a3.zip |
Update to 1.0.4.
PR: 81838
Submitted by: Antonio Carlos Venancio Junior (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 4 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index 6bcc9fc3c0a1..5ab4cb60fcd8 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image_Barcode -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= graphics www pear MAINTAINER= antonio@php.net @@ -22,7 +22,7 @@ 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/code128.php + Barcode/upca.php Barcode/code128.php Barcode/postnet.php DOCS= ChangeLog Readme.txt EXAMPLES= test-image-barcode.php barcode_img.php _EXAMPLESDIR= docs/examples diff --git a/graphics/pear-Image_Barcode/distinfo b/graphics/pear-Image_Barcode/distinfo index af0b0827e84c..e3713c9ad2bc 100644 --- a/graphics/pear-Image_Barcode/distinfo +++ b/graphics/pear-Image_Barcode/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Image_Barcode-1.0.3.tgz) = 3a439d3214b219afd227d3b5a539fb3a -SIZE (PEAR/Image_Barcode-1.0.3.tgz) = 12371 +MD5 (PEAR/Image_Barcode-1.0.4.tgz) = f029193037c9e0942f03440217bc676b +SIZE (PEAR/Image_Barcode-1.0.4.tgz) = 13150 |