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 (obkey/v1.0.tar.gz) = fcb05026773a5a62399fcfbcd6ed12c06231f1fac2a8668218ee91fbfa68881e
2
SIZE (obkey-1.0.tar.gz) = 18146
2
SIZE (obkey/v1.0.tar.gz) = 18132
(-)obkey/Makefile (-6 / +6 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
6
CATEGORIES=	x11-wm python
7
CATEGORIES=	x11-wm python
7
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	https://github.com//nsf/${PORTNAME}/archive/
9
DISTFILES=	v${PORTVERSION}.tar.gz
10
DIST_SUBDIR=	${PORTNAME}
8
11
9
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Openbox hotkey editor, written in Python and PyGTK
13
COMMENT=	Openbox hotkey editor, written in Python and PyGTK
11
14
12
LICENSE=	MIT
15
LICENSE=	MIT
13
16
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
17
RUN_DEPENDS=	py27-gtk2>=2.14:x11-toolkits/py-gtk2
19
18
20
USES=		gettext python
19
USES=		desktop-file-utils gettext python
21
USE_PYTHON=	distutils
20
USE_PYTHON=	distutils
21
NO_ARCH=	yes
22
22
23
PORTDOCS=	NEWS
23
PORTDOCS=	NEWS
24
24

Return to bug 218496