Index: head/security/gpasman/Makefile =================================================================== --- head/security/gpasman/Makefile (revision 148122) +++ head/security/gpasman/Makefile (revision 148123) @@ -1,27 +1,26 @@ # New ports collection makefile for: gpasman # Date created: Mon Mai 10 1999 # Whom: domi@saargate.de # # $FreeBSD$ # PORTNAME= gpasman -PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= security MASTER_SITES= http://gpasman.sourceforge.net/files/ MAINTAINER= domi@saargate.de COMMENT= A password manager that stores password information encrypted PLIST_FILES= bin/gpasman USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin .include Property changes on: head/security/gpasman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/security/gpasman/distinfo =================================================================== --- head/security/gpasman/distinfo (revision 148122) +++ head/security/gpasman/distinfo (revision 148123) @@ -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 Property changes on: head/security/gpasman/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/gpasman/files/patch-src__file.h =================================================================== --- head/security/gpasman/files/patch-src__file.h (nonexistent) +++ head/security/gpasman/files/patch-src__file.h (revision 148123) @@ -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 ++ + int save_init(char *filename, char *password); + int save_entry(char *entry[4]); + int save_finalize(void); Property changes on: head/security/gpasman/files/patch-src__file.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property