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

(-)Makefile (-4 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	nano
8
PORTNAME=	nano
9
PORTVERSION=	2.3.0
9
PORTVERSION=	2.3.1
10
PORTREVISION=	1
11
CATEGORIES=	editors
10
CATEGORIES=	editors
12
MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
11
MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
13
		http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/
12
		http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/
Lines 20-27 Link Here
20
CONFLICTS=	nano-2*
19
CONFLICTS=	nano-2*
21
20
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
25
22
26
.if !defined(WITHOUT_NLS)
23
.if !defined(WITHOUT_NLS)
27
USE_GETTEXT=	yes
24
USE_GETTEXT=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nano-2.3.0.tar.gz) = a4f764f3408ffe69c82c8cb295b61e1b6c11b4849ad11698699de3b5e04d79f3
1
SHA256 (nano-2.3.1.tar.gz) = b7bace9a8e543b84736d6ef5ce5430305746efea3aacb24391f692efc6f3c8d3
2
SIZE (nano-2.3.0.tar.gz) = 1591018
2
SIZE (nano-2.3.1.tar.gz) = 1624332
(-)pkg-plist (+1 lines)
Lines 35-40 Link Here
35
%%DATADIR%%/awk.nanorc
35
%%DATADIR%%/awk.nanorc
36
%%DATADIR%%/cmake.nanorc
36
%%DATADIR%%/cmake.nanorc
37
%%DATADIR%%/fortran.nanorc
37
%%DATADIR%%/fortran.nanorc
38
%%DATADIR%%/lua.nanorc
38
%%DATADIR%%/xml.nanorc
39
%%DATADIR%%/xml.nanorc
39
%%DATADIR%%/php.nanorc
40
%%DATADIR%%/php.nanorc
40
%%DATADIR%%/tcl.nanorc
41
%%DATADIR%%/tcl.nanorc

Return to bug 156958