aboutsummaryrefslogtreecommitdiff
path: root/security/gpasman
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-13 16:33:34 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-13 16:33:34 +0000
commit8972a6cd68a867c6ce87eb1b86d1a28c30df9655 (patch)
tree853d321e59d6f84e0b88d3b9c3bb4d00e93b2645 /security/gpasman
parentc22dc04501f43aa6e9df5b2df0ffb135a0d68585 (diff)
downloadports-8972a6cd68a867c6ce87eb1b86d1a28c30df9655.tar.gz
ports-8972a6cd68a867c6ce87eb1b86d1a28c30df9655.zip
Update to 1.3.1
Add SHA256 PR: 88933 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer)
Notes
Notes: svn path=/head/; revision=148123
Diffstat (limited to 'security/gpasman')
-rw-r--r--security/gpasman/Makefile3
-rw-r--r--security/gpasman/distinfo5
-rw-r--r--security/gpasman/files/patch-src__file.h11
3 files changed, 15 insertions, 4 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile
index acff33574a90..c2c0697593f2 100644
--- a/security/gpasman/Makefile
+++ b/security/gpasman/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gpasman
-PORTVERSION= 1.3.0
-PORTREVISION= 2
+PORTVERSION= 1.3.1
CATEGORIES= security
MASTER_SITES= http://gpasman.sourceforge.net/files/
diff --git a/security/gpasman/distinfo b/security/gpasman/distinfo
index 77946cfab395..4eec33b80818 100644
--- a/security/gpasman/distinfo
+++ b/security/gpasman/distinfo
@@ -1,2 +1,3 @@
-MD5 (gpasman-1.3.0.tar.gz) = e50e9b93427cc610067f725d6160c45f
-SIZE (gpasman-1.3.0.tar.gz) = 47097
+MD5 (gpasman-1.3.1.tar.gz) = 9431d9d06ac982a98b58efeedc0a6956
+SHA256 (gpasman-1.3.1.tar.gz) = f9ef2a47a7987e8e7691139ea5848f8b63dd95f3f254c066d32e4634fce0f11a
+SIZE (gpasman-1.3.1.tar.gz) = 47426
diff --git a/security/gpasman/files/patch-src__file.h b/security/gpasman/files/patch-src__file.h
new file mode 100644
index 000000000000..5e4cd18245cb
--- /dev/null
+++ b/security/gpasman/files/patch-src__file.h
@@ -0,0 +1,11 @@
+--- src/file.h.orig Sun Nov 13 16:14:11 2005
++++ src/file.h Sun Nov 13 16:14:19 2005
+@@ -7,6 +7,8 @@
+ * 4 = comment
+ */
+
++#include <sys/types.h>
++
+ int save_init(char *filename, char *password);
+ int save_entry(char *entry[4]);
+ int save_finalize(void);