Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 13:55:08 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366764 - head/graphics/repng2jpeg
Message-ID:  <201408311355.s7VDt8NU053321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Aug 31 13:55:08 2014
New Revision: 366764
URL: http://svnweb.freebsd.org/changeset/ports/366764
QAT: https://qat.redports.org/buildarchive/r366764/

Log:
  graphics/repng2jpeg: support stage
  
  - Pass maintainership to submitter
  - Add LICENSE
  
  PR:		193077
  Submitted by:	C Hutchinson

Modified:
  head/graphics/repng2jpeg/Makefile
  head/graphics/repng2jpeg/distinfo
  head/graphics/repng2jpeg/pkg-descr

Modified: head/graphics/repng2jpeg/Makefile
==============================================================================
--- head/graphics/repng2jpeg/Makefile	Sun Aug 31 13:48:24 2014	(r366763)
+++ head/graphics/repng2jpeg/Makefile	Sun Aug 31 13:55:08 2014	(r366764)
@@ -5,13 +5,15 @@ PORTNAME=	repng2jpeg
 PORTVERSION=	1.0.4
 PORTREVISION=	5
 CATEGORIES=	graphics
-MASTER_SITES=	http://sugachan.dip.jp/obsolete/arch/
+MASTER_SITES=	http://bsdforge.com/projects/source/graphics/repng2jpeg/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@bsdforge.com
 COMMENT=	Tool to recompress JPEG/PNG/GIF
 
-BROKEN=		Unfetchable
+LICENSE=	GPLv1
+
+USES=		tar:xz
 
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
@@ -19,14 +21,12 @@ CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lgd
 
 PLIST_FILES=	bin/repng2jpeg
-RESTRICTED=	No license text in tarball and website
 
-NO_STAGE=	yes
 do-build:
 	${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \
 		${WRKSRC}/src/repng2jpeg.c ${LDFLAGS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/graphics/repng2jpeg/distinfo
==============================================================================
--- head/graphics/repng2jpeg/distinfo	Sun Aug 31 13:48:24 2014	(r366763)
+++ head/graphics/repng2jpeg/distinfo	Sun Aug 31 13:55:08 2014	(r366764)
@@ -1,2 +1,2 @@
-SHA256 (repng2jpeg_1.0.4.tar.gz) = d1f02dc6d698ebcd38aaf6c8ee149101fb5148aafb9783930eb037e2967adb90
-SIZE (repng2jpeg_1.0.4.tar.gz) = 1839766
+SHA256 (repng2jpeg_1.0.4.tar.xz) = 5bd37c43c03c1068aee74e36dc0ab4bc8c4245fe2f9b2b17d062e55d5d13f56e
+SIZE (repng2jpeg_1.0.4.tar.xz) = 938180

Modified: head/graphics/repng2jpeg/pkg-descr
==============================================================================
--- head/graphics/repng2jpeg/pkg-descr	Sun Aug 31 13:48:24 2014	(r366763)
+++ head/graphics/repng2jpeg/pkg-descr	Sun Aug 31 13:55:08 2014	(r366764)
@@ -1,3 +1,3 @@
 Tool to recompress JPEG/PNG/GIF.
 
-WWW:	http://sugachan.dip.jp/obsolete/ext/
+WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/



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