ports/182805: graphics/sam2p: Update to version 0.49.2

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 7 18:10:03 UTC 2013


>Number:         182805
>Category:       ports
>Synopsis:       graphics/sam2p: Update to version 0.49.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 18:10:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.49.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/sam2p/Makefile graphics/sam2p/Makefile
--- /usr/ports/graphics/sam2p/Makefile	2013-09-22 00:34:58.000000000 +0900
+++ graphics/sam2p/Makefile	2013-10-08 00:00:00.000000000 +0900
@@ -2,8 +2,7 @@
 # $FreeBSD: head/graphics/sam2p/Makefile 327733 2013-09-20 18:35:44Z bapt $
 
 PORTNAME=	sam2p
-PORTVERSION=	0.49.1
-PORTREVISION=	1
+PORTVERSION=	0.49.2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
@@ -17,31 +16,31 @@
 		cjpeg:${PORTSDIR}/graphics/jpeg \
 		tif22pnm:${PORTSDIR}/graphics/tif22pnm
 
-USES=		perl5
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
+USES=		gmake perl5
 USE_PERL5=	build
+USE_GCC=	any
 USE_GHOSTSCRIPT_RUN=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_pts_bash="${SH}"
+CONFIGURE_ARGS=	--enable-gif
 MAKE_ARGS=	CXXX="${CXX}" LDALL="${CXX}" CXXFLAGSB="${CXXFLAGS}"
 ALL_TARGET=	${PORTNAME}
 
-PORTDOCS=	README
+PORTDOCS=	*
 PORTEXAMPLES=	*
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
-.endif
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
+		${STAGEDIR}${PREFIX}/bin)
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
+		${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/sam2p/distinfo graphics/sam2p/distinfo
--- /usr/ports/graphics/sam2p/distinfo	2013-06-21 03:49:57.000000000 +0900
+++ graphics/sam2p/distinfo	2013-10-08 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (sam2p-0.49.1.tar.gz) = d97a270e3ad4ad138378b5fcb10e489e9af48a8150f308458771808dfceb069a
-SIZE (sam2p-0.49.1.tar.gz) = 562304
+SHA256 (sam2p-0.49.2.tar.gz) = 0e75d94bed380f8d8bd629f7797a0ca533b5d0b40eba2dab339146dedc1f79bf
+SIZE (sam2p-0.49.2.tar.gz) = 562733
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list