diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-11 19:37:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-11 19:37:04 +0000 |
commit | 2176287e6d2dec75a3e8858bb013aa333da720ba (patch) | |
tree | feab15bc8765a6e97f6f47e86f90105922f59045 | |
parent | Update inkscape to 0.92.4. (diff) |
Update to 0.7.0
-rw-r--r-- | security/rifiuti2/Makefile | 14 | ||||
-rw-r--r-- | security/rifiuti2/distinfo | 5 |
2 files changed, 9 insertions, 10 deletions
diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile index b89ddf4d6b07..539dc4e022f5 100644 --- a/security/rifiuti2/Makefile +++ b/security/rifiuti2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rifiuti2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= https://github.com/abelcheung/rifiuti2/releases/download/${PORTVERSION}/ @@ -10,25 +10,23 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for analyzing Windows recycle bin LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/docs/LICENSE +LICENSE_FILE= ${WRKSRC}/docs/LICENSE.md -GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig tar:xz +USES= gettext gmake gnome localbase pkgconfig tar:xz USE_GNOME= glib20 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes PLIST_FILES= bin/rifiuti \ bin/rifiuti-vista \ man/man1/rifiuti.1.gz \ man/man1/rifiuti-vista.1.gz \ - share/locale/zh_HK/LC_MESSAGES/rifiuti.mo + share/locale/zh_HK/LC_MESSAGES/rifiuti2.mo PORTDOCS= NEWS.md README.md OPTIONS_DEFINE= DOCS -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/security/rifiuti2/distinfo b/security/rifiuti2/distinfo index 9d2cbfba1493..006395e0f2ae 100644 --- a/security/rifiuti2/distinfo +++ b/security/rifiuti2/distinfo @@ -1,2 +1,3 @@ -SHA256 (rifiuti2-0.6.1.tar.xz) = 235c5a4af925e940b89644b9d15f5625d60a58beda1797310cf300e34faa7769 -SIZE (rifiuti2-0.6.1.tar.xz) = 149460 +TIMESTAMP = 1557393687 +SHA256 (rifiuti2-0.7.0.tar.xz) = c7bbf5e1f548dd1429556bd01957ffa463e9bbee15fa3b2e617f7931120d6323 +SIZE (rifiuti2-0.7.0.tar.xz) = 201008 |