diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-03-20 06:58:47 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-03-20 06:58:47 +0800 |
commit | a4ce7f0eac0b02d658371ea90c9e727159025636 (patch) | |
tree | 54fcf49ed8fe0d98ff502e3a269d395f554f339d /security | |
parent | b8f17b0d7209d95156b62213d0e4df6cb774afc7 (diff) | |
download | freebsd-ports-gnome-a4ce7f0eac0b02d658371ea90c9e727159025636.tar.gz freebsd-ports-gnome-a4ce7f0eac0b02d658371ea90c9e727159025636.tar.zst freebsd-ports-gnome-a4ce7f0eac0b02d658371ea90c9e727159025636.zip |
- Update to 0.2.7
PR: ports/143602
Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer)
Approved by: miwi (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/hotssh/Makefile | 11 | ||||
-rw-r--r-- | security/hotssh/distinfo | 6 | ||||
-rw-r--r-- | security/hotssh/pkg-plist | 18 |
3 files changed, 27 insertions, 8 deletions
diff --git a/security/hotssh/Makefile b/security/hotssh/Makefile index d129e1191a04..3ed6bead6d85 100644 --- a/security/hotssh/Makefile +++ b/security/hotssh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hotssh -PORTVERSION= 0.2.6 -PORTREVISION= 4 +PORTVERSION= 0.2.7 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,9 +27,17 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py- USE_GNOME= pygtk2 gnomedocutils libxslt glib20 USE_GETTEXT= yes USE_PYTHON= 2.5+ +INSTALLS_ICONS= yes +USE_BZIP2= yes + +B64DECODE?= /usr/bin/b64decode +BSPATCH?= /usr/bin/bspatch post-extract: ${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g' + ${MV} ${WRKSRC}/waf ${WRKSRC}/waf.beforepatch + cd ${WRKSRC} && ${B64DECODE} -o waf.diff ${FILESDIR}/waf.diff && ${BSPATCH} waf.beforepatch waf waf.diff && ${CHMOD} 755 waf + ${GREP} -Rl '%%LOCALBASE%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" do-configure: cd ${WRKSRC} && ./waf configure --prefix=${PREFIX} diff --git a/security/hotssh/distinfo b/security/hotssh/distinfo index e8ebc04be279..a5d08b40ebb3 100644 --- a/security/hotssh/distinfo +++ b/security/hotssh/distinfo @@ -1,3 +1,3 @@ -MD5 (hotssh-0.2.6.tar.gz) = 5c54b750995626187b498590a67b8565 -SHA256 (hotssh-0.2.6.tar.gz) = a926f8baf5adb6d1fa5dbed2dd0005aa8420ee4525bb6b49e69c3898c793a00c -SIZE (hotssh-0.2.6.tar.gz) = 166268 +MD5 (hotssh-0.2.7.tar.bz2) = 28de18a7cd158d14542acc08536d627c +SHA256 (hotssh-0.2.7.tar.bz2) = 2cdd8771faf7e2f7bb88bf8ada32aa96ee5b13d4c82b237f95ab7bad0d6e6312 +SIZE (hotssh-0.2.7.tar.bz2) = 169640 diff --git a/security/hotssh/pkg-plist b/security/hotssh/pkg-plist index 19e37cead11d..059c729034c6 100644 --- a/security/hotssh/pkg-plist +++ b/security/hotssh/pkg-plist @@ -36,22 +36,34 @@ bin/hotssh %%PYTHON_SITELIBDIR%%/hotssh/version.pyc %%PYTHON_SITELIBDIR%%/hotssh/version.pyo share/applications/hotssh.desktop -share/doc/hotssh-0.2.6/COPYING +share/doc/hotssh-0.2.7/COPYING +share/icons/hicolor/192x192/apps/hotwire-openssh.png share/locale/ar/LC_MESSAGES/hotssh.mo share/locale/ca/LC_MESSAGES/hotssh.mo +share/locale/cs/LC_MESSAGES/hotssh.mo +share/locale/da/LC_MESSAGES/hotssh.mo +share/locale/de/LC_MESSAGES/hotssh.mo share/locale/es/LC_MESSAGES/hotssh.mo share/locale/fi/LC_MESSAGES/hotssh.mo share/locale/fr/LC_MESSAGES/hotssh.mo +share/locale/gl/LC_MESSAGES/hotssh.mo +share/locale/hu/LC_MESSAGES/hotssh.mo +share/locale/it/LC_MESSAGES/hotssh.mo share/locale/ja/LC_MESSAGES/hotssh.mo share/locale/nb/LC_MESSAGES/hotssh.mo +share/locale/pa/LC_MESSAGES/hotssh.mo +share/locale/pl/LC_MESSAGES/hotssh.mo share/locale/pt/LC_MESSAGES/hotssh.mo share/locale/pt_BR/LC_MESSAGES/hotssh.mo share/locale/sl/LC_MESSAGES/hotssh.mo share/locale/sv/LC_MESSAGES/hotssh.mo -@dirrm share/applications -@dirrm share/doc/hotssh-0.2.6 +share/locale/zh_CN/LC_MESSAGES/hotssh.mo +@dirrm share/doc/hotssh-0.2.7 +@dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotvte @dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui @dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib @dirrm %%PYTHON_SITELIBDIR%%/hotssh @dirrmtry %%PYTHON_SITELIBDIR%% +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |