mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 1.0.1
PR: ports/79824 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
This commit is contained in:
parent
9a94742978
commit
6bc45077f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133175
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= Image_Barcode
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= graphics pear
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= graphics www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR class for barcode generation
|
||||
@ -15,6 +15,9 @@ COMMENT= PEAR class for barcode generation
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
LATEST_LINK= pear-Image_Barcode
|
||||
OPTIONS= PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off
|
||||
|
||||
CATEGORY= Image
|
||||
FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php
|
||||
DOCS= ChangeLog Readme.txt
|
||||
@ -23,5 +26,10 @@ _DOCSDIR= .
|
||||
_TESTSDIR= .
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PEAR_PHP_COMPAT)
|
||||
RUN_DEPENDS+= ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PEAR/Image_Barcode-0.5.tgz) = 7b6315f52ba7e1063a67b3efd2b52b0f
|
||||
SIZE (PEAR/Image_Barcode-0.5.tgz) = 7530
|
||||
MD5 (PEAR/Image_Barcode-1.0.1.tgz) = eb7aee7fd64a2cc344c449d6eccbe5b0
|
||||
SIZE (PEAR/Image_Barcode-1.0.1.tgz) = 7441
|
||||
|
Loading…
Reference in New Issue
Block a user