mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.4.0
- Take maintainership Approved by: mentors (implicit)
This commit is contained in:
parent
59dfd4bb41
commit
da631a3789
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260026
@ -6,13 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= pngrewrite
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://entropymine.com/jason/pngrewrite/ \
|
||||
http://mirror.roe.ch/dist/pngrewrite/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= A PNG palette optimizer
|
||||
|
||||
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
|
||||
@ -24,7 +23,7 @@ PLIST_FILES= bin/pngrewrite
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
||||
-o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c -lpng -lz -lm
|
||||
-o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c ${WRKSRC}/libpngrewrite.c -lpng -lz -lm
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pngrewrite ${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pngrewrite-1.3.0.zip) = 37216932d12bf9b47dca1f45724080d6
|
||||
SHA256 (pngrewrite-1.3.0.zip) = 497d5b8f9fb096a2f5510711a2c76688998706a32cc93ca1709d238969d7ebc6
|
||||
SIZE (pngrewrite-1.3.0.zip) = 105995
|
||||
MD5 (pngrewrite-1.4.0.zip) = 983537203b11ca674347a54e19bdd7c1
|
||||
SHA256 (pngrewrite-1.4.0.zip) = 24c3706bcd55b3f957b2590f1cf19ca4dd3f5bc8310db47e464140ce773a94c3
|
||||
SIZE (pngrewrite-1.4.0.zip) = 149760
|
||||
|
Loading…
Reference in New Issue
Block a user