diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-14 03:43:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-14 03:43:45 +0800 |
commit | 6a39eaad07246b7f88678930ebcfbe64e6e87270 (patch) | |
tree | 62c169bfa4e057ae3ba0c97875cc4d268e527893 /security/seahorse/Makefile | |
parent | b3e469e93862822db4d7d1ae867fdafbb4dc5518 (diff) | |
download | marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.tar marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.tar.gz marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.tar.bz2 marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.tar.lz marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.tar.xz marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.tar.zst marcuscom-ports-6a39eaad07246b7f88678930ebcfbe64e6e87270.zip |
Update to 0.9.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8343 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 921be29b7..bef539ce1 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,11 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.24 2007/01/05 02:06:32 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.25 2007/02/02 18:47:40 marcus Exp $ # PORTNAME= seahorse -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.91 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -115,10 +115,6 @@ LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi CONFIGURE_ARGS+=--disable-sharing .endif -post-patch: - @${FIND} ${WRKSRC}/help -name seahorse.xml | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<publisher>|<publisher role="maintainer">|g' - post-install: -@update-desktop-database |