- Update to 0.8.1
PR: ports/81683 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
This commit is contained in:
parent
642cefc3a5
commit
1081a0ec71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136452
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= Text_Figlet
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= misc pear
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= misc www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= Render text using FIGlet fonts
|
||||
@ -15,27 +15,13 @@ COMMENT= Render text using FIGlet fonts
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PHP= yes
|
||||
|
||||
CATEGORY= Text
|
||||
FILES= Figlet.php
|
||||
DOCS= README.TXT
|
||||
EXAMPLES= 3-d.flf alligator2.flf bell.flf block.flf contessa.flf cybermedium.flf \
|
||||
isometric1.flf larry3d.flf script.flf slant.flf figlet.php
|
||||
EXAMPLES= figlet.php 3-d.flf alligator2.flf bell.flf block.flf contessa.flf \
|
||||
cybermedium.flf isometric1.flf larry3d.flf script.flf slant.flf
|
||||
_EXAMPLESDIR= docs/examples
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${MV} ${WRKDIR}/docs ${WRKSRC}/
|
||||
${MV} ${WRKDIR}/Figlet.php ${WRKSRC}/
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PHP_VERS= ${PHP_VERSION:S/.//g}
|
||||
|
||||
.if defined(PHP_VERS) && ${PHP_VERS} < 404
|
||||
IGNORE= "You need PHP 4.0.4 or later to install PEAR::Text_Figlet"
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PEAR/Text_Figlet-0.8.0.tgz) = 8010fee97da24e69f2c1f879e92939b9
|
||||
SIZE (PEAR/Text_Figlet-0.8.0.tgz) = 22756
|
||||
MD5 (PEAR/Text_Figlet-0.8.1.tgz) = 843d3307b9483703b32e441243d775a5
|
||||
SIZE (PEAR/Text_Figlet-0.8.1.tgz) = 23668
|
||||
|
Loading…
Reference in New Issue
Block a user