mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW
into PLIST while I'm here.
This commit is contained in:
parent
912da8b161
commit
822a1b932a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30123
@ -9,15 +9,15 @@
|
||||
# png version number) when updating this port. Thank you.
|
||||
|
||||
PORTNAME= png
|
||||
PORTVERSION= 1.0.6
|
||||
PORTVERSION= 1.0.7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/
|
||||
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= lib${PORTNAME}
|
||||
DISTNAME= lib${PKGNAME}
|
||||
|
||||
PATCH_SITES= ftp://ftp.libpng.org/pub/png/src/
|
||||
PATCHFILES= libpng-1.0.6-patch-a.txt.gz \
|
||||
libpng-1.0.6-patch-b.txt.gz \
|
||||
libpng-1.0.6-patch-c.txt.gz
|
||||
#PATCHFILES=
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (libpng-1.0.6.tar.gz) = e7801dbd2d9d593c9663efa84f4e9ad7
|
||||
MD5 (libpng-1.0.7.tar.gz) = e238fce0af74f4c68a97cf303e01ca96
|
||||
MD5 (libpng-1.0.6-patch-a.txt.gz) = 03ba973e3b9110198a7e4965360fe0e1
|
||||
MD5 (libpng-1.0.6-patch-b.txt.gz) = de2aad6bd0f03b84d2c013eb8b59e653
|
||||
MD5 (libpng-1.0.6-patch-c.txt.gz) = 12ef2b1c2410721ff69dbcdb862cfc3c
|
||||
|
@ -8,3 +8,4 @@ keeping the code easy to understand. Currently, this library
|
||||
only supports C. Support for other languages is being considered.
|
||||
|
||||
WWW: http://www.libpng.org/pub/png/libpng.html
|
||||
http://libpng.sourceforge.net/
|
||||
|
@ -36,7 +36,7 @@ PCL3_DRV= hpdj-2.6.tar.gz
|
||||
|
||||
post-extract:
|
||||
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg
|
||||
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.6 ${WRKSRC}/libpng
|
||||
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.7 ${WRKSRC}/libpng
|
||||
# additional PCL3 driver
|
||||
@${TAR} -xf ${WRKDIR}/hpdj-2.6/hpdj.tar -C ${WRKSRC}
|
||||
@${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak
|
||||
|
Loading…
Reference in New Issue
Block a user