Update to 0.6
PR: ports/79130 Submitted by: maintainer
This commit is contained in:
parent
54edc6cde9
commit
a2ef90f23c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133343
3 changed files with 8 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkpasman
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -27,6 +26,11 @@ GNU_CONFIGURE= yes
|
|||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
PLIST_FILES= bin/gtkpasman
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= README gpasman4.sample
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/gtkpasman ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gtkpasman-0.5.tar.gz) = 618a34590d4725b3b6da8bc067dcbe44
|
||||
SIZE (gtkpasman-0.5.tar.gz) = 103502
|
||||
MD5 (gtkpasman-0.6.tar.gz) = 89bb1f4b2e65cb4c911586e0f2fbcbd5
|
||||
SIZE (gtkpasman-0.6.tar.gz) = 108978
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
bin/gtkpasman
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gpasman4.sample
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue