svn commit: r359511 - head/sysutils/coreutils

Philippe Audeoud jadawin at FreeBSD.org
Fri Jun 27 12:29:21 UTC 2014


Author: jadawin
Date: Fri Jun 27 12:29:20 2014
New Revision: 359511
URL: http://svnweb.freebsd.org/changeset/ports/359511
QAT: https://qat.redports.org/buildarchive/r359511/

Log:
  - Submitter take maintainership
  - While I'm here use tar:xz
  
  PR:		ports/191409
  Submitted by:	jharris at widomaker.com

Modified:
  head/sysutils/coreutils/Makefile

Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile	Fri Jun 27 12:13:46 2014	(r359510)
+++ head/sysutils/coreutils/Makefile	Fri Jun 27 12:29:20 2014	(r359511)
@@ -6,9 +6,8 @@ PORTVERSION=	8.22
 PORTREVISION=	2
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	GNU
-MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	jharris at widomaker.com
 COMMENT=	Free Software Foundation core utilities
 
 LICENSE=	GPLv3
@@ -27,9 +26,8 @@ CONFIGURE_ENV=	FORCE_UNSAFE_CONFIGURE=1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
-USES=		gmake iconv perl5 charsetfix
+USES=		gmake iconv perl5 charsetfix tar:xz
 USE_PERL5=	build	# build - required for tests and man page generation
-USE_XZ=		yes
 USE_LDCONFIG=	yes
 
 INFO=		coreutils


More information about the svn-ports-head mailing list