diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-07 13:38:17 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-07 13:38:17 +0800 |
| commit | 4ce4852b3bb355ee4ae1b93165adcf49f0c02c8d (patch) | |
| tree | ea750d48e10bd38767211382b779e4cd096c373b /security/seahorse/Makefile | |
| parent | cabb0f72a77b719a9f5459b5bc3764609b516f0a (diff) | |
| download | marcuscom-ports-4ce4852b3bb355ee4ae1b93165adcf49f0c02c8d.tar.gz marcuscom-ports-4ce4852b3bb355ee4ae1b93165adcf49f0c02c8d.tar.zst marcuscom-ports-4ce4852b3bb355ee4ae1b93165adcf49f0c02c8d.zip | |
Do not setuid seahorse-agent. It is a GTK+ app and cannot have its suid bit
set. Seahorse-agent used to need root for mlock(), but it no longer calls
mlock().
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10612 df743ca5-7f9a-e211-a948-0013205c9059
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 fc9f8e32d..422dd6104 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.56 2008/02/11 21:38:56 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.57 2008/02/25 10:39:34 kwm Exp $ # PORTNAME= seahorse PORTVERSION= 2.21.92 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |
