mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.3.0
PR: ports/101200 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: markus (co mentor), maintainer
This commit is contained in:
parent
216afac79f
commit
dafa8ecd73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169804
2 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Image_Canvas
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= graphics www pear
|
||||
|
||||
MAINTAINER= numisemis@yahoo.com
|
||||
|
@ -22,18 +22,19 @@ FILES= Canvas.php Canvas/Color.php Canvas/GD.php \
|
|||
Canvas/ImageMap.php Canvas/PDF.php Canvas/SVG.php \
|
||||
Canvas/Tool.php Canvas/WithMap.php Canvas/Fonts/fontmap.txt \
|
||||
Canvas/Fonts/README Canvas/GD/JPG.php Canvas/GD/PNG.php
|
||||
|
||||
TESTS= canvas_body.php gradients.php imagemap.php jpg.php \
|
||||
lineends.php pdf.php pear-icon.png png.php README svg.php \
|
||||
text.php
|
||||
|
||||
DOCS= ChangeLog README examples/canvas.php examples/pear-icon.png
|
||||
DOCS= ChangeLog README
|
||||
EXAMPLES= canvas.php pear-icon.png
|
||||
_EXAMPLESDIR= docs/examples
|
||||
|
||||
LATEST_LINK= pear-Image_Canvas
|
||||
|
||||
post-patch:
|
||||
.for file in ${FILES}
|
||||
@${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file}
|
||||
@${FIND} ${WRKSRC} -name "*.bak" -delete
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PEAR/Image_Canvas-0.2.4.tgz) = 1ba6b608ac54ad2fcf55df0519e99fec
|
||||
SHA256 (PEAR/Image_Canvas-0.2.4.tgz) = 1098814907a1c5b7d65eaa0805693bcb0e419d5556d3fed0cdf2c61f344ba26d
|
||||
SIZE (PEAR/Image_Canvas-0.2.4.tgz) = 42101
|
||||
MD5 (PEAR/Image_Canvas-0.3.0.tgz) = 41dd36fb05436159fb6fccca02cb7aaa
|
||||
SHA256 (PEAR/Image_Canvas-0.3.0.tgz) = 1b3883e84553e04ee70c863671aebeee3499cbbb9a59c1889ce77a514ece24ca
|
||||
SIZE (PEAR/Image_Canvas-0.3.0.tgz) = 43423
|
||||
|
|
Loading…
Add table
Reference in a new issue