diff options
author | vs <vs@FreeBSD.org> | 2005-04-14 23:51:21 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-14 23:51:21 +0800 |
commit | 54b25c03cec303ac7a97ff71202926d7f85e4fce (patch) | |
tree | 965ff564e645eb2f224e4cc237df459ea9504181 /security/gtkpasman | |
parent | 9be642c45239dd8237bfcdb9277fbd6efc777f4f (diff) | |
download | freebsd-ports-gnome-54b25c03cec303ac7a97ff71202926d7f85e4fce.tar.gz freebsd-ports-gnome-54b25c03cec303ac7a97ff71202926d7f85e4fce.tar.zst freebsd-ports-gnome-54b25c03cec303ac7a97ff71202926d7f85e4fce.zip |
Update to 0.6
PR: ports/79130
Submitted by: maintainer
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%% |