- Update to 4.1.4
PR: ports/88346 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
8e42cc0ab3
commit
ac08fc5c9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146966
6 changed files with 16 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libungif
|
||||
PORTVERSION= 4.1.3
|
||||
PORTVERSION= 4.1.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tools and library routines for working with GIF images
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_BZIP2= yes
|
||||
USE_INC_LIBTOOL_VER=15
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.ifdef (WITHOUT_X11)
|
||||
.if defined(WITHOUT_X11)
|
||||
PLIST_SUB+= X11='@comment '
|
||||
CONFIGURE_ARGS+=--with-x=no
|
||||
CONFIGURE_ARGS+= --with-x=no
|
||||
PKGNAMESUFFIX= -nox11
|
||||
.else
|
||||
USE_XLIB= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libungif-4.1.3.tar.bz2) = 8c198831cc0495596c78134b8849e9ad
|
||||
SIZE (libungif-4.1.3.tar.bz2) = 439960
|
||||
MD5 (libungif-4.1.4.tar.bz2) = 76865bc1bed90ecb5992a1edcc4d6c15
|
||||
SIZE (libungif-4.1.4.tar.bz2) = 482222
|
||||
|
|
|
@ -30,7 +30,6 @@ bin/rgb2gif
|
|||
bin/text2gif
|
||||
include/gif_lib.h
|
||||
lib/libungif.a
|
||||
lib/libungif.la
|
||||
lib/libungif.so
|
||||
lib/libungif.so.5
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GifFileType.png
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libungif
|
||||
PORTVERSION= 4.1.3
|
||||
PORTVERSION= 4.1.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tools and library routines for working with GIF images
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_BZIP2= yes
|
||||
USE_INC_LIBTOOL_VER=15
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.ifdef (WITHOUT_X11)
|
||||
.if defined(WITHOUT_X11)
|
||||
PLIST_SUB+= X11='@comment '
|
||||
CONFIGURE_ARGS+=--with-x=no
|
||||
CONFIGURE_ARGS+= --with-x=no
|
||||
PKGNAMESUFFIX= -nox11
|
||||
.else
|
||||
USE_XLIB= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libungif-4.1.3.tar.bz2) = 8c198831cc0495596c78134b8849e9ad
|
||||
SIZE (libungif-4.1.3.tar.bz2) = 439960
|
||||
MD5 (libungif-4.1.4.tar.bz2) = 76865bc1bed90ecb5992a1edcc4d6c15
|
||||
SIZE (libungif-4.1.4.tar.bz2) = 482222
|
||||
|
|
|
@ -30,7 +30,6 @@ bin/rgb2gif
|
|||
bin/text2gif
|
||||
include/gif_lib.h
|
||||
lib/libungif.a
|
||||
lib/libungif.la
|
||||
lib/libungif.so
|
||||
lib/libungif.so.5
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GifFileType.png
|
||||
|
|
Loading…
Reference in a new issue