Skip to content

Commit

Permalink
graphics/netpbm: Update to 11.03.06
Browse files Browse the repository at this point in the history
Changes since 11.03.05:

 - pbmtoxbm: Fix spurious output with really wide rows.

Also: Use https instead of http/svn.
  • Loading branch information
Craig Leres authored and Craig Leres committed Sep 25, 2023
1 parent 3c066fc commit d467f5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions graphics/netpbm/Makefile
@@ -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
Expand All @@ -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 \
Expand Down Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions graphics/netpbm/distinfo
@@ -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

0 comments on commit d467f5d

Please sign in to comment.