mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/netpbm: Update to 11.03.06
Changes since 11.03.05: - pbmtoxbm: Fix spurious output with really wide rows. Also: Use https instead of http/svn.
This commit is contained in:
parent
3c066fcda4
commit
d467f5d13c
2 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
PORTNAME= netpbm
|
||||
DISTVERSION= 11.03.05
|
||||
DISTVERSION= 11.03.06
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= LOCAL/leres/netpbm
|
||||
|
||||
MAINTAINER= leres@FreeBSD.org
|
||||
COMMENT= Toolkit for conversion of images between different formats
|
||||
WWW= http://netpbm.sourceforge.net/
|
||||
WWW= https://netpbm.sourceforge.net/
|
||||
|
||||
LICENSE= GPLv2 IJG LGPL21 MIT PD
|
||||
LICENSE_COMB= multi
|
||||
|
@ -22,7 +22,7 @@ USES= cpe gmake jpeg perl5 shebangfix tar:xz
|
|||
USE_LDCONFIG= yes
|
||||
CPE_VENDOR= netpbm_project
|
||||
|
||||
SVN_REV= r4636
|
||||
SVN_REV= r4687
|
||||
|
||||
SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm \
|
||||
editor/pnmflip editor/pnmquant editor/ppmfade \
|
||||
|
@ -72,7 +72,7 @@ do-fetch:
|
|||
${RM} -rf ${WRKDIR}
|
||||
${MKDIR} ${WRKDIR}
|
||||
svn export -r${SVN_REV} \
|
||||
svn://svn.code.sf.net/p/${PORTNAME}/code/advanced ${WRKSRC}
|
||||
https://svn.code.sf.net/p/${PORTNAME}/code/advanced ${WRKSRC}
|
||||
${TAR} -jcf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -C${WRKDIR} \
|
||||
${DISTNAME}
|
||||
${RM} -rf ${WRKDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1694293236
|
||||
SHA256 (netpbm-11.03.05.tar.xz) = 42ee0d65fb98f594756f2241f778d598bda1ae95cf94e1e5b7e0a0379f772157
|
||||
SIZE (netpbm-11.03.05.tar.xz) = 2412537
|
||||
TIMESTAMP = 1695684831
|
||||
SHA256 (netpbm-11.03.06.tar.xz) = 1c1adfc1f6168942f6ab8df66db5954f2eaa2f052192414e2a4a99080121a3f9
|
||||
SIZE (netpbm-11.03.06.tar.xz) = 2428526
|
||||
|
|
Loading…
Add table
Reference in a new issue