summaryrefslogtreecommitdiffstats
path: root/security/seahorse/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-12 11:31:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-12 11:31:30 +0800
commit1c00e65d2eef416697c86d876b38b1c315627398 (patch)
tree7f31c9c593b07276ca8ecf1774efedbb9c4de877 /security/seahorse/Makefile
parent6c47372839eef36d7f8ff4c18f49c999fb17694d (diff)
downloadmarcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.tar
marcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.tar.gz
marcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.tar.bz2
marcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.tar.lz
marcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.tar.xz
marcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.tar.zst
marcuscom-ports-1c00e65d2eef416697c86d876b38b1c315627398.zip
Update to 0.7.6.
PR: 78697 Submitted by: maintainer git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3921 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r--security/seahorse/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 476eb8b47..bba75d834 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= seahorse
-PORTVERSION= 0.7.5
-PORTREVISION= 1
+PORTVERSION= 0.7.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7
@@ -41,6 +40,7 @@ OPTIONS= GEDIT "Enable the gedit plug-in" on
BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
PLIST_SUB+= GEDIT=""
+GCONF_SCHEMAS+= seahorse-gedit.schemas
post-patch:
@${REINPLACE_CMD} -e "s|gedit-2.8|gedit-2.10|g" \
${WRKSRC}/configure
@@ -49,4 +49,7 @@ PLIST_SUB+= GEDIT="@comment "
CONFIGURE_ARGS+=--disable-gedit
.endif
+post-install:
+ -@update-desktop-database
+
.include <bsd.port.post.mk>