Update to 1.0.2.
PR: 81462 Submitted by: Antonio Carlos Venancio Junior (maintainer)
This commit is contained in:
parent
8a372d08e0
commit
c6073a901f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136114
2 changed files with 8 additions and 5 deletions
|
@ -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= .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue