sysutils/fileprune: * Update to 1.11 * Remove patch for Makefile -- make_args can do the same as patch does Changelog: https://www.spinellis.gr/sw/unix/fileprune/ChangeLog.txt Index: sysutils/fileprune/Makefile =================================================================== --- sysutils/fileprune/Makefile (revision 479017) +++ sysutils/fileprune/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fileprune -PORTVERSION= 1.9 +PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= https://www.spinellis.gr/sw/unix/fileprune/ \ https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/ @@ -11,7 +11,11 @@ COMMENT= Prune a file set according to a given age distribution LICENSE= MIT - PLIST_FILES= bin/fileprune man/man1/fileprune.1.gz +MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" + +post-extract: + ${REINPLACE_CMD} -e 's,/share,,' ${WRKSRC}/Makefile + .include Index: sysutils/fileprune/distinfo =================================================================== --- sysutils/fileprune/distinfo (revision 479017) +++ sysutils/fileprune/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (fileprune-1.9.tar.gz) = 7f2238baf47c02b235dd5354d83b1ed9970fa8b8256e5ef3fa7b3e9b33e55ce9 -SIZE (fileprune-1.9.tar.gz) = 24335 +TIMESTAMP = 1533000967 +SHA256 (fileprune-1.11.tar.gz) = bdc7b0b4f9933ab9921816f21bf5dc083885508561ededbf71a5697dc59d9aff +SIZE (fileprune-1.11.tar.gz) = 26829 Index: sysutils/fileprune/files/patch-Makefile =================================================================== --- sysutils/fileprune/files/patch-Makefile (revision 479017) +++ sysutils/fileprune/files/patch-Makefile (nonexistent) @@ -1,13 +0,0 @@ ---- Makefile.orig 2014-06-27 00:40:28.370101738 +0800 -+++ Makefile 2014-06-27 00:40:53.285115312 +0800 -@@ -8,8 +8,8 @@ $(NAME): $(NAME).c - $(CC) $(CFLAGS) -o $@ $? -lm - - install: $(NAME) -- $(INSTALL) -s $(NAME) $(PREFIX)/bin -- gzip -c $(NAME).1 >$(PREFIX)/man/man1/$(NAME).1.gz -+ $(BSD_INSTALL_PROGRAM) $(NAME) $(DESTDIR)$(PREFIX)/bin -+ gzip -c $(NAME).1 > $(DESTDIR)$(PREFIX)/man/man1/$(NAME).1.gz - - clean: - rm -f $(NAME) $(NAME).o Property changes on: sysutils/fileprune/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property