Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2017 09:00:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455096 - in head/sysutils/fileprune: . files
Message-ID:  <201711290900.vAT90I5R079534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 29 09:00:18 2017
New Revision: 455096
URL: https://svnweb.freebsd.org/changeset/ports/455096

Log:
  - Update WWW
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/fileprune/Makefile
  head/sysutils/fileprune/files/patch-Makefile
  head/sysutils/fileprune/pkg-descr

Modified: head/sysutils/fileprune/Makefile
==============================================================================
--- head/sysutils/fileprune/Makefile	Wed Nov 29 07:21:04 2017	(r455095)
+++ head/sysutils/fileprune/Makefile	Wed Nov 29 09:00:18 2017	(r455096)
@@ -4,11 +4,13 @@
 PORTNAME=	fileprune
 PORTVERSION=	1.9
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.spinellis.gr/sw/unix/fileprune/ \
-		http://www.dmst.aueb.gr/dds/sw/unix/fileprune/
+MASTER_SITES=	https://www.spinellis.gr/sw/unix/fileprune/ \
+		https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/
 
 MAINTAINER=	dds@FreeBSD.org
 COMMENT=	Prune a file set according to a given age distribution
+
+LICENSE=	MIT
 
 PLIST_FILES=	bin/fileprune man/man1/fileprune.1.gz
 

Modified: head/sysutils/fileprune/files/patch-Makefile
==============================================================================
--- head/sysutils/fileprune/files/patch-Makefile	Wed Nov 29 07:21:04 2017	(r455095)
+++ head/sysutils/fileprune/files/patch-Makefile	Wed Nov 29 09:00:18 2017	(r455096)
@@ -6,7 +6,7 @@
  install: $(NAME)
 -	$(INSTALL) -s $(NAME) $(PREFIX)/bin
 -	gzip -c $(NAME).1 >$(PREFIX)/man/man1/$(NAME).1.gz
-+	$(INSTALL) -s $(NAME) $(DESTDIR)$(PREFIX)/bin
++	$(BSD_INSTALL_PROGRAM) $(NAME) $(DESTDIR)$(PREFIX)/bin
 +	gzip -c $(NAME).1 > $(DESTDIR)$(PREFIX)/man/man1/$(NAME).1.gz
  
  clean:

Modified: head/sysutils/fileprune/pkg-descr
==============================================================================
--- head/sysutils/fileprune/pkg-descr	Wed Nov 29 07:21:04 2017	(r455095)
+++ head/sysutils/fileprune/pkg-descr	Wed Nov 29 09:00:18 2017	(r455096)
@@ -18,4 +18,4 @@ The above schedule specifies that for the interval of 
 days there should be (at least) one retained file (unless constraints
 and options override this setting).
 
-WWW: http://www.spinellis.gr/sw/unix/fileprune/
+WWW: https://www.spinellis.gr/sw/unix/fileprune/



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