1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 1.3.1

Add SHA256

PR:		88933
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
This commit is contained in:
Marcus Alves Grando 2005-11-13 16:33:34 +00:00
parent c22dc04501
commit 8972a6cd68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148123
3 changed files with 15 additions and 4 deletions

View File

@ -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/

View File

@ -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

View File

@ -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);