mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 0.7.0
This commit is contained in:
parent
e7ad47aa80
commit
2176287e6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501297
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user