mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.83
PR: 191048
This commit is contained in:
parent
edad859473
commit
01d3340425
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357839
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gifsicle
|
||||
PORTVERSION= 1.71
|
||||
PORTVERSION= 1.83
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.lcdf.org/gifsicle/
|
||||
|
||||
@ -13,8 +13,6 @@ LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= gifdiff.1 gifsicle.1
|
||||
|
||||
PORTDOCS= NEWS README.md
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
@ -22,20 +20,18 @@ OPTIONS_DEFAULT=X11
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MX11}
|
||||
CONFIGURE_ARGS+= --without-x --disable-gifview
|
||||
.else
|
||||
USE_XORG= x11
|
||||
MAN1+= gifview.1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gifsicle-1.71.tar.gz) = bdda2a444c317743ec9457371b027ddaf1dc37f1521ce90c9db2466f7532c0f0
|
||||
SIZE (gifsicle-1.71.tar.gz) = 263029
|
||||
SHA256 (gifsicle-1.83.tar.gz) = bf9e94b186dec957d93db1292f4b021a5f5e4c835f412988cd063279bd450eeb
|
||||
SIZE (gifsicle-1.83.tar.gz) = 562494
|
||||
|
@ -1,3 +1,6 @@
|
||||
bin/gifdiff
|
||||
bin/gifsicle
|
||||
man/man1/gifdiff.1.gz
|
||||
man/man1/gifsicle.1.gz
|
||||
%%X11%%bin/gifview
|
||||
%%X11%%man/man1/gifview.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user