diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-17 11:38:57 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-17 11:38:57 +0800 |
commit | 6c86fbe00b5d0ac08dc8784d62d212fcfc0c6ebb (patch) | |
tree | 024c07823995340140c578ddd81f62257f4d3368 /security | |
parent | 81ebeac7873a75f911f5e9bd1db25639b51d3d4e (diff) | |
download | freebsd-ports-gnome-6c86fbe00b5d0ac08dc8784d62d212fcfc0c6ebb.tar.gz freebsd-ports-gnome-6c86fbe00b5d0ac08dc8784d62d212fcfc0c6ebb.tar.zst freebsd-ports-gnome-6c86fbe00b5d0ac08dc8784d62d212fcfc0c6ebb.zip |
- Update to version 20061216.
Diffstat (limited to 'security')
-rw-r--r-- | security/mypasswordsafe/Makefile | 6 | ||||
-rw-r--r-- | security/mypasswordsafe/distinfo | 6 | ||||
-rw-r--r-- | security/mypasswordsafe/files/patch-src__mypasswordsafe.ui | 9 |
3 files changed, 5 insertions, 16 deletions
diff --git a/security/mypasswordsafe/Makefile b/security/mypasswordsafe/Makefile index 938d9ec0df79..bf53b52f5f5a 100644 --- a/security/mypasswordsafe/Makefile +++ b/security/mypasswordsafe/Makefile @@ -6,11 +6,10 @@ # PORTNAME= MyPasswordSafe -PORTVERSION= 20060326 +PORTVERSION= 20061216 CATEGORIES= security MASTER_SITES= http://www.semanticgap.com/myps/release/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.src -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .src.tgz MAINTAINER= alepulver@FreeBSD.org COMMENT= Easy-to-use password manager compatible with Password Safe @@ -19,7 +18,6 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_GMAKE= yes USE_KDELIBS_VER=3 -WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} MAKE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" diff --git a/security/mypasswordsafe/distinfo b/security/mypasswordsafe/distinfo index 06695a7eb3d9..670e358bb33e 100644 --- a/security/mypasswordsafe/distinfo +++ b/security/mypasswordsafe/distinfo @@ -1,3 +1,3 @@ -MD5 (MyPasswordSafe-20060326.src.tgz) = 5f93e1545819f75901eb7dc921089720 -SHA256 (MyPasswordSafe-20060326.src.tgz) = 64aacf6836100019d636e2d3c69044cef8a273cbd99992d5fb37999a1d7df582 -SIZE (MyPasswordSafe-20060326.src.tgz) = 835296 +MD5 (MyPasswordSafe-20061216.src.tgz) = 0fef98e77c8e593382fb201bd278cacf +SHA256 (MyPasswordSafe-20061216.src.tgz) = 9df8f08df09d24725b752243b67782e3115c9f3ae4153f8035123d908678dde7 +SIZE (MyPasswordSafe-20061216.src.tgz) = 834084 diff --git a/security/mypasswordsafe/files/patch-src__mypasswordsafe.ui b/security/mypasswordsafe/files/patch-src__mypasswordsafe.ui deleted file mode 100644 index 525896d15d30..000000000000 --- a/security/mypasswordsafe/files/patch-src__mypasswordsafe.ui +++ /dev/null @@ -1,9 +0,0 @@ ---- ./src/mypasswordsafe.ui.orig Sat Dec 17 08:33:21 2005 -+++ ./src/mypasswordsafe.ui Sun Nov 26 21:55:40 2006 -@@ -1025,6 +1025,5 @@ - <pixmapinproject/> - <layoutdefaults spacing="6" margin="11"/> - <includehints> -- <includehint>safelistview.h</includehint> - </includehints> - </UI> |