View | Details | Raw Unified | Return to bug 143602 | Differences between
and this patch

Collapse All | Expand All

(-)hotssh/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	hotssh
8
PORTNAME=	hotssh
9
PORTVERSION=	0.2.6
9
PORTVERSION=	0.2.7
10
PORTREVISION=	4
11
CATEGORIES=	security gnome
10
CATEGORIES=	security gnome
12
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
12
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
Lines 28-33 Link Here
28
USE_GNOME=	pygtk2 gnomedocutils libxslt glib20
27
USE_GNOME=	pygtk2 gnomedocutils libxslt glib20
29
USE_GETTEXT=	yes
28
USE_GETTEXT=	yes
30
USE_PYTHON=	2.5+
29
USE_PYTHON=	2.5+
30
INSTALLS_ICONS=	yes
31
31
32
post-extract:
32
post-extract:
33
	${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g'
33
	${GREP} -Rl '^#!/usr/bin/python$$' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e 's|^#!/usr/bin/python$$|#!/usr/bin/env python|g'
(-)hotssh/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hotssh-0.2.6.tar.gz) = 5c54b750995626187b498590a67b8565
1
MD5 (hotssh-0.2.7.tar.gz) = 53b7c46b17603a99a02bd359532973c4
2
SHA256 (hotssh-0.2.6.tar.gz) = a926f8baf5adb6d1fa5dbed2dd0005aa8420ee4525bb6b49e69c3898c793a00c
2
SHA256 (hotssh-0.2.7.tar.gz) = 790ae0a7f860928756225d7e4f1f5c00a216e8c0ae990b848f39c53b4c159e59
3
SIZE (hotssh-0.2.6.tar.gz) = 166268
3
SIZE (hotssh-0.2.7.tar.gz) = 174130
(-)hotssh/pkg-plist (-3 / +15 lines)
Lines 36-57 Link Here
36
%%PYTHON_SITELIBDIR%%/hotssh/version.pyc
36
%%PYTHON_SITELIBDIR%%/hotssh/version.pyc
37
%%PYTHON_SITELIBDIR%%/hotssh/version.pyo
37
%%PYTHON_SITELIBDIR%%/hotssh/version.pyo
38
share/applications/hotssh.desktop
38
share/applications/hotssh.desktop
39
share/doc/hotssh-0.2.6/COPYING
39
share/doc/hotssh-0.2.7/COPYING
40
share/icons/hicolor/192x192/apps/hotwire-openssh.png
40
share/locale/ar/LC_MESSAGES/hotssh.mo
41
share/locale/ar/LC_MESSAGES/hotssh.mo
41
share/locale/ca/LC_MESSAGES/hotssh.mo
42
share/locale/ca/LC_MESSAGES/hotssh.mo
43
share/locale/cs/LC_MESSAGES/hotssh.mo
44
share/locale/da/LC_MESSAGES/hotssh.mo
45
share/locale/de/LC_MESSAGES/hotssh.mo
42
share/locale/es/LC_MESSAGES/hotssh.mo
46
share/locale/es/LC_MESSAGES/hotssh.mo
43
share/locale/fi/LC_MESSAGES/hotssh.mo
47
share/locale/fi/LC_MESSAGES/hotssh.mo
44
share/locale/fr/LC_MESSAGES/hotssh.mo
48
share/locale/fr/LC_MESSAGES/hotssh.mo
49
share/locale/gl/LC_MESSAGES/hotssh.mo
50
share/locale/hu/LC_MESSAGES/hotssh.mo
51
share/locale/it/LC_MESSAGES/hotssh.mo
45
share/locale/ja/LC_MESSAGES/hotssh.mo
52
share/locale/ja/LC_MESSAGES/hotssh.mo
46
share/locale/nb/LC_MESSAGES/hotssh.mo
53
share/locale/nb/LC_MESSAGES/hotssh.mo
54
share/locale/pa/LC_MESSAGES/hotssh.mo
55
share/locale/pl/LC_MESSAGES/hotssh.mo
47
share/locale/pt/LC_MESSAGES/hotssh.mo
56
share/locale/pt/LC_MESSAGES/hotssh.mo
48
share/locale/pt_BR/LC_MESSAGES/hotssh.mo
57
share/locale/pt_BR/LC_MESSAGES/hotssh.mo
49
share/locale/sl/LC_MESSAGES/hotssh.mo
58
share/locale/sl/LC_MESSAGES/hotssh.mo
50
share/locale/sv/LC_MESSAGES/hotssh.mo
59
share/locale/sv/LC_MESSAGES/hotssh.mo
51
@dirrm share/applications
60
share/locale/zh_CN/LC_MESSAGES/hotssh.mo
52
@dirrm share/doc/hotssh-0.2.6
61
@dirrm share/doc/hotssh-0.2.7
62
@dirrmtry share/applications
53
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotvte
63
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotvte
54
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui
64
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib_ui
55
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib
65
@dirrm %%PYTHON_SITELIBDIR%%/hotssh/hotlib
56
@dirrm %%PYTHON_SITELIBDIR%%/hotssh
66
@dirrm %%PYTHON_SITELIBDIR%%/hotssh
57
@dirrmtry %%PYTHON_SITELIBDIR%%
67
@dirrmtry %%PYTHON_SITELIBDIR%%
68
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
69
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

Return to bug 143602