svn commit: r490068 - in head/sysutils/fileprune: . files

Martin Wilke miwi at FreeBSD.org
Sat Jan 12 17:27:44 UTC 2019


Author: miwi
Date: Sat Jan 12 17:27:43 2019
New Revision: 490068
URL: https://svnweb.freebsd.org/changeset/ports/490068

Log:
  - Update to 1.12
  
  	https://github.com/dspinellis/fileprune/blob/master/ChangeLog.txt
  
  PR:		230221
  Submitted by:	ndowens at yahoo.com
  Approved by:	maintainer
  Sponsored by:	iXsystems Inc.

Deleted:
  head/sysutils/fileprune/files/
Modified:
  head/sysutils/fileprune/Makefile
  head/sysutils/fileprune/distinfo

Modified: head/sysutils/fileprune/Makefile
==============================================================================
--- head/sysutils/fileprune/Makefile	Sat Jan 12 17:24:37 2019	(r490067)
+++ head/sysutils/fileprune/Makefile	Sat Jan 12 17:27:43 2019	(r490068)
@@ -2,16 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	fileprune
-PORTVERSION=	1.9
+PORTVERSION=	1.12
 CATEGORIES=	sysutils
-MASTER_SITES=	https://www.spinellis.gr/sw/unix/fileprune/ \
-		https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/
 
 MAINTAINER=	dds at FreeBSD.org
 COMMENT=	Prune a file set according to a given age distribution
 
-LICENSE=	MIT
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	dspinellis
+GH_TAGNAME=	2dd22fc
+
 PLIST_FILES=	bin/fileprune man/man1/fileprune.1.gz
+MAKE_ARGS=	CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
+
+post-extract:
+	${REINPLACE_CMD} -e 's,/share,,' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/sysutils/fileprune/distinfo
==============================================================================
--- head/sysutils/fileprune/distinfo	Sat Jan 12 17:24:37 2019	(r490067)
+++ head/sysutils/fileprune/distinfo	Sat Jan 12 17:27:43 2019	(r490068)
@@ -1,2 +1,3 @@
-SHA256 (fileprune-1.9.tar.gz) = 7f2238baf47c02b235dd5354d83b1ed9970fa8b8256e5ef3fa7b3e9b33e55ce9
-SIZE (fileprune-1.9.tar.gz) = 24335
+TIMESTAMP = 1537586160
+SHA256 (dspinellis-fileprune-1.12-2dd22fc_GH0.tar.gz) = d738ebe52f84fa29d85d795b281bb1b93d490c2df697d8c109f2ac9ea8e7251f
+SIZE (dspinellis-fileprune-1.12-2dd22fc_GH0.tar.gz) = 30743


More information about the svn-ports-all mailing list