View | Details | Raw Unified | Return to bug 191915
Collapse All | Expand All

(-)opennx/Makefile (-3 / +4 lines)
Lines 1-9 Link Here
1
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
1
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
2
# $FreeBSD: head/net/opennx/Makefile 359967 2014-07-01 08:38:45Z bapt $
2
# $FreeBSD$
3
3
4
PORTNAME=	opennx
4
PORTNAME=	opennx
5
PORTVERSION=	0.16.0.725
5
PORTVERSION=	0.16.0.729
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/CI-source
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/CI-source
9
8
Lines 33-44 Link Here
33
INSTALLS_ICONS=	yes
32
INSTALLS_ICONS=	yes
34
33
35
NO_PACKAGE=	must generate a fresh private key at install time
34
NO_PACKAGE=	must generate a fresh private key at install time
35
LEGAL_PACKAGE=	yes
36
36
37
SSH_KEYGEN?=	ssh-keygen
37
SSH_KEYGEN?=	ssh-keygen
38
38
39
OPTIONS_DEFINE=	NLS
39
OPTIONS_DEFINE=	NLS
40
OPTIONS_SUB=	yes
40
OPTIONS_SUB=	yes
41
41
42
NLS_USES=	gettext
42
NLS_CONFIGURE_ENABLE=	nls
43
NLS_CONFIGURE_ENABLE=	nls
43
44
44
# do not use default private key included with tarball
45
# do not use default private key included with tarball
(-)opennx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (opennx-0.16.0.725.tar.gz) = 342a6d7f4cf733f51c10bb7265ad7ecff0896f9c383b94775bda1fb135f946ba
1
SHA256 (opennx-0.16.0.729.tar.gz) = 1dd6613a78d5d31b4e496c9185b06cfa47ec6c24b33c6e1f8b43dd176d7d5572
2
SIZE (opennx-0.16.0.725.tar.gz) = 5343452
2
SIZE (opennx-0.16.0.729.tar.gz) = 5345822

Return to bug 191915