diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-08 14:24:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-08 14:24:36 +0000 |
commit | 6f68eaa243c803a5e3b8b91e74691af57d56caf2 (patch) | |
tree | 6c5ccc1b60b2d8bb6d6821e2acb1ff0bbad5dd4e /security/seahorse | |
parent | ac031d61e35fb2db3a6a44e2b988b692f0406b15 (diff) | |
download | ports-6f68eaa243c803a5e3b8b91e74691af57d56caf2.tar.gz ports-6f68eaa243c803a5e3b8b91e74691af57d56caf2.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 9 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 | ||||
-rw-r--r-- | security/seahorse/files/patch-agent_Makefile.in | 13 |
3 files changed, 19 insertions, 9 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 31459f36b752..c509d05e0521 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -7,8 +7,7 @@ # PORTNAME= seahorse -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -46,10 +45,8 @@ OPTIONS= NAUTILUS "Enable the Nautilus component" on \ NOTIFY "Enable libnotify support" on \ APPLET "Enable clipboard encryption applet" on \ KEYRING "Enable GNOME Keyring support" on \ - MDNS "Enable mDNS key sharing" on -# EPIPHANY "Enable Epiphany plug-in support" on -## BROKEN -WITHOUT_EPIPHANY= yes + MDNS "Enable mDNS key sharing" on \ + EPIPHANY "Enable Epiphany plug-in support" on .include <bsd.port.pre.mk> diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 47541d93e334..e478f73c1d10 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-1.0.tar.bz2) = 7afcb9b40aaa0c232ce8a9e0909fe757 -SHA256 (gnome2/seahorse-1.0.tar.bz2) = 76bcfeed3843b2357f5ecc1694a471fc45a810aa17fd0baed60f1d32142d0746 -SIZE (gnome2/seahorse-1.0.tar.bz2) = 1871080 +MD5 (gnome2/seahorse-1.0.1.tar.bz2) = 687b44dff0cf765d193af79de7fe856f +SHA256 (gnome2/seahorse-1.0.1.tar.bz2) = 6afdbba1629b054c93c9a657f797c574a2bf96c0a6ab15a5d99c5b8ee5601a1b +SIZE (gnome2/seahorse-1.0.1.tar.bz2) = 1857602 diff --git a/security/seahorse/files/patch-agent_Makefile.in b/security/seahorse/files/patch-agent_Makefile.in new file mode 100644 index 000000000000..be068d34e256 --- /dev/null +++ b/security/seahorse/files/patch-agent_Makefile.in @@ -0,0 +1,13 @@ +--- agent/Makefile.in.orig Sun Apr 8 10:04:58 2007 ++++ agent/Makefile.in Sun Apr 8 10:05:12 2007 +@@ -739,10 +739,6 @@ uninstall-man: uninstall-man1 + uninstall-man uninstall-man1 + + +-# Don't make the daemon setuid +-# Make the daemon setuid +-@HAVE_USER_MLOCK_FALSE@install-exec-hook: +-@HAVE_USER_MLOCK_FALSE@ chmod u+s $(DESTDIR)$(bindir)/seahorse-daemon + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |