diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnuls/Makefile | 18 | ||||
-rw-r--r-- | misc/gnuls/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 6d0308d4f7bb..a1d8c8c78b6d 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: GNU colorized `ls' -# Date created: 06 January 1996 -# Whom: bmc@WillsCreek.COM -# +# Created by: bmc@WillsCreek.COM # $FreeBSD$ -# PORTNAME= gnuls -PORTVERSION= 8.12 +PORTVERSION= 8.20 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= coreutils @@ -15,9 +11,15 @@ DISTNAME= coreutils-${PORTVERSION} MAINTAINER= bmc@clapper.org COMMENT= GNU colorized 'ls' -USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 +CPPFLAGS+= -I${LOCALBASE}/include + +USE_XZ= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_PERL5_BUILD=yes # Required for tests and man page generation + MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 PLIST_FILES= bin/dir \ diff --git a/misc/gnuls/distinfo b/misc/gnuls/distinfo index a7e1a7078d54..832db0f3392c 100644 --- a/misc/gnuls/distinfo +++ b/misc/gnuls/distinfo @@ -1,2 +1,2 @@ -SHA256 (coreutils-8.12.tar.xz) = 1e3c0182cdd0042871741d694ae1166dd90eb9f03a16c0aac0a9072a7aa92faf -SIZE (coreutils-8.12.tar.xz) = 4842776 +SHA256 (coreutils-8.20.tar.xz) = dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2 +SIZE (coreutils-8.20.tar.xz) = 5273788 |