Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 18:11:27 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312782 - head/graphics/giflib
Message-ID:  <201302221811.r1MIBR86061890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Feb 22 18:11:27 2013
New Revision: 312782
URL: http://svnweb.freebsd.org/changeset/ports/312782

Log:
  - update to 4.2.1
  - use standard option DOC

Modified:
  head/graphics/giflib/Makefile
  head/graphics/giflib/distinfo

Modified: head/graphics/giflib/Makefile
==============================================================================
--- head/graphics/giflib/Makefile	Fri Feb 22 17:50:32 2013	(r312781)
+++ head/graphics/giflib/Makefile	Fri Feb 22 18:11:27 2013	(r312782)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	giflib
-PORTVERSION=	4.2.0
-PORTREVISION=	2
+PORTVERSION=	4.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-4.x
 PKGNAMESUFFIX=	${NOX11SUFFIX}${PKGNAMESUFFIX2}
@@ -20,7 +19,7 @@ USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 BUILD_DEPENDS+=	xmlto:${PORTSDIR}/textproc/xmlto \
 		${LOCALBASE}/share/xml/docbook/4.1.2:${PORTSDIR}/textproc/docbook-sk
 .endif
@@ -37,13 +36,13 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 post-patch:
 	${CP} ${FILESDIR}/quantize.c ${WRKSRC}/lib/
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
 	${REINPLACE_CMD} -e 's|SUBDIRS = lib util doc pic|SUBDIRS = lib util pic|' \
 		${WRKSRC}/Makefile.in
 .endif
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}

Modified: head/graphics/giflib/distinfo
==============================================================================
--- head/graphics/giflib/distinfo	Fri Feb 22 17:50:32 2013	(r312781)
+++ head/graphics/giflib/distinfo	Fri Feb 22 18:11:27 2013	(r312782)
@@ -1,2 +1,2 @@
-SHA256 (giflib-4.2.0.tar.bz2) = 5f3e06e025b87c13eeb3ee46dc9881398bdf7ad578d8135548e1ae3073a4c8ce
-SIZE (giflib-4.2.0.tar.bz2) = 522255
+SHA256 (giflib-4.2.1.tar.bz2) = 3f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6
+SIZE (giflib-4.2.1.tar.bz2) = 522178



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302221811.r1MIBR86061890>