diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-01 21:26:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-01 21:26:59 +0000 |
commit | 6a68d2a6501095a7dc55c7fd87d513263562ef6f (patch) | |
tree | 83c08240656e82f283c4fd2e23cbd85dba534eab /security/seahorse/Makefile | |
parent | 8cf9cd521fa6b57a6af06e4c9821742cfdb51d7d (diff) |
* Update maintainer email address
* Fix daemonization of seahorse-agent
* Keep seahorse-agent from taking up 100% of the CPU [1]
* Add support for gnupg 1.4
Submitted by: marcus [1]
maintainer
Notes
Notes:
svn path=/head/; revision=127875
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index e320a2aaa9ff..30b3d25a8e06 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -7,12 +7,13 @@ PORTNAME= seahorse PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 DIST_SUBDIR= gnome2 -MAINTAINER= asa@gascom.ru +MAINTAINER= asa@agava.com COMMENT= A front end for GnuPG BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg |