svn commit: r423755 - head/graphics/sam2p
Dag-Erling Smørgrav
des at FreeBSD.org
Tue Oct 11 10:01:55 UTC 2016
Author: des
Date: Tue Oct 11 10:01:53 2016
New Revision: 423755
URL: https://svnweb.freebsd.org/changeset/ports/423755
Log:
Take maintainership and upgrade to latest version.
Modified:
head/graphics/sam2p/Makefile
head/graphics/sam2p/distinfo
Modified: head/graphics/sam2p/Makefile
==============================================================================
--- head/graphics/sam2p/Makefile Tue Oct 11 10:01:26 2016 (r423754)
+++ head/graphics/sam2p/Makefile Tue Oct 11 10:01:53 2016 (r423755)
@@ -2,30 +2,28 @@
# $FreeBSD$
PORTNAME= sam2p
-PORTVERSION= 0.49.2
-PORTREVISION= 2
+PORTVERSION= 0.49.3
PORTEPOCH= 1
CATEGORIES= graphics
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${PORTVERSION}/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= des at FreeBSD.org
COMMENT= Converts raster (bitmap) image formats into PS or PDF files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= Unfetchable (google code has gone away)
+#USE_GITHUB= yes
+GH_ACCOUNT= pts
RUN_DEPENDS= zip:archivers/zip \
tif22pnm:graphics/tif22pnm
USES= ghostscript:run gmake jpeg:run perl5
USE_PERL5= build
-USE_GCC= any
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_pts_bash="${SH}"
CONFIGURE_ARGS= --enable-gif
-MAKE_ARGS= CXXX="${CXX}" LDALL="${CXX}" CXXFLAGSB="${CXXFLAGS}" CC="${CC}" CXX="${CXX}"
ALL_TARGET= ${PORTNAME}
PORTDOCS= *
Modified: head/graphics/sam2p/distinfo
==============================================================================
--- head/graphics/sam2p/distinfo Tue Oct 11 10:01:26 2016 (r423754)
+++ head/graphics/sam2p/distinfo Tue Oct 11 10:01:53 2016 (r423755)
@@ -1,2 +1,3 @@
-SHA256 (sam2p-0.49.2.tar.gz) = 0e75d94bed380f8d8bd629f7797a0ca533b5d0b40eba2dab339146dedc1f79bf
-SIZE (sam2p-0.49.2.tar.gz) = 562733
+TIMESTAMP = 1476179820
+SHA256 (sam2p-0.49.3.tar.gz) = 33b1bf018a19b19c30d41defcb8b20c7cdcbc7ddd7703040c3a54d9cb1fcaaea
+SIZE (sam2p-0.49.3.tar.gz) = 564098
More information about the svn-ports-all
mailing list