diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 15:51:21 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 15:51:21 +0000 |
commit | a2ef90f23cae8d9b17d9756d61253a7ad516474c (patch) | |
tree | 9802ad4989e9910916c2c43112030f7817c08931 /security/gtkpasman | |
parent | - Update to 1.5.9.3 (diff) |
Update to 0.6
PR: ports/79130
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=133343
Diffstat (limited to 'security/gtkpasman')
-rw-r--r-- | security/gtkpasman/Makefile | 8 | ||||
-rw-r--r-- | security/gtkpasman/distinfo | 4 | ||||
-rw-r--r-- | security/gtkpasman/pkg-plist | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 5003adac89a5..cc0d588ca42e 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -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) diff --git a/security/gtkpasman/distinfo b/security/gtkpasman/distinfo index 0184653d2870..3ea49b51f4b5 100644 --- a/security/gtkpasman/distinfo +++ b/security/gtkpasman/distinfo @@ -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 diff --git a/security/gtkpasman/pkg-plist b/security/gtkpasman/pkg-plist deleted file mode 100644 index bb26eaa77b75..000000000000 --- a/security/gtkpasman/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/gtkpasman -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/gpasman4.sample -%%PORTDOCS%%@dirrm %%DOCSDIR%% |