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

Collapse All | Expand All

(-)obkey/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (obkey-1.0.tar.gz) = 15c72b083cb37550cc21924d22d17a98da6ff86e6b91306b49ae3403e161dfbd
1
SHA256 (nsf-obkey-v1.0_GH0.tar.gz) = fcb05026773a5a62399fcfbcd6ed12c06231f1fac2a8668218ee91fbfa68881e
2
SIZE (obkey-1.0.tar.gz) = 18146
2
SIZE (nsf-obkey-v1.0_GH0.tar.gz) = 18132
(-)obkey/Makefile (-6 / +7 lines)
Lines 3-24 Link Here
3
3
4
PORTNAME=	obkey
4
PORTNAME=	obkey
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
6
CATEGORIES=	x11-wm python
8
CATEGORIES=	x11-wm python
7
MASTER_SITES=	GOOGLE_CODE
9
10
USE_GITHUB=	yes
11
GH_ACCOUNT=	nsf
8
12
9
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Openbox hotkey editor, written in Python and PyGTK
14
COMMENT=	Openbox hotkey editor, written in Python and PyGTK
11
15
12
LICENSE=	MIT
16
LICENSE=	MIT
13
17
14
BROKEN=		Unfetchable (google code has gone away)
15
DEPRECATED=	Unfetchable for more than six months (google code has gone away)
16
EXPIRATION_DATE=	2017-04-30
17
18
RUN_DEPENDS=	py27-gtk2>=2.14:x11-toolkits/py-gtk2
18
RUN_DEPENDS=	py27-gtk2>=2.14:x11-toolkits/py-gtk2
19
19
20
USES=		gettext python
20
USES=		desktop-file-utils gettext python
21
USE_PYTHON=	distutils
21
USE_PYTHON=	distutils
22
NO_ARCH=	yes
22
23
23
PORTDOCS=	NEWS
24
PORTDOCS=	NEWS
24
25

Return to bug 218496