- Update to 1.1.1
This commit is contained in:
parent
a3a4f10f46
commit
25d4b55b4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264047
2 changed files with 8 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Image_Barcode
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= graphics www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
|
@ -21,9 +20,10 @@ 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 \
|
||||
Barcode/upca.php Barcode/code128.php Barcode/postnet.php
|
||||
FILES= Image/Barcode.php Image/Barcode/int25.php \
|
||||
Image/Barcode/ean13.php Image/Barcode/Code39.php \
|
||||
Image/Barcode/upca.php Image/Barcode/code128.php \
|
||||
Image/Barcode/postnet.php
|
||||
DOCS= ChangeLog Readme.txt
|
||||
EXAMPLES= test-image-barcode.php barcode_img.php
|
||||
_EXAMPLESDIR= docs/examples
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PEAR/Image_Barcode-1.1.0.tgz) = 6fb0c657f71a75331be9c4b4310d07ae
|
||||
SHA256 (PEAR/Image_Barcode-1.1.0.tgz) = 4d09f8f8563ec5800eb25ede95d3053d1cd31ad550c1bff2cd3c9523c1925bb3
|
||||
SIZE (PEAR/Image_Barcode-1.1.0.tgz) = 13024
|
||||
MD5 (PEAR/Image_Barcode-1.1.1.tgz) = 40183315fdb62fe8cd758f33162b520d
|
||||
SHA256 (PEAR/Image_Barcode-1.1.1.tgz) = a1782d596ca55095342e0d4d9368d0ca77cde4d7f3d0d12dfa59285450df3569
|
||||
SIZE (PEAR/Image_Barcode-1.1.1.tgz) = 12496
|
||||
|
|
Loading…
Reference in a new issue