Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 10:34:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347355 - in head: archivers/hlextract games/hllib
Message-ID:  <201403071034.s27AYNAP078840@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Mar  7 10:34:22 2014
New Revision: 347355
URL: http://svnweb.freebsd.org/changeset/ports/347355
QAT: https://qat.redports.org/buildarchive/r347355/

Log:
  Convert to dos2unix
  Use bsdtar to extrace zip

Modified:
  head/archivers/hlextract/Makefile
  head/games/hllib/Makefile

Modified: head/archivers/hlextract/Makefile
==============================================================================
--- head/archivers/hlextract/Makefile	Fri Mar  7 10:31:33 2014	(r347354)
+++ head/archivers/hlextract/Makefile	Fri Mar  7 10:34:22 2014	(r347355)
@@ -6,6 +6,7 @@ PORTVERSION=	2.4.4
 CATEGORIES=	archivers games
 MASTER_SITES=	http://nemesis.thewavelength.net/files/files/
 DISTNAME=	hllib${PORTVERSION:S/.//g}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Utility to extract data from various Half-Life file formats
@@ -14,8 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libhl.so:${PORTSDIR}/games/hllib
 
-USE_DOS2UNIX=	yes
-USE_ZIP=	yes
+USES=		dos2unix
 WRKSRC=		${WRKDIR}/HLExtract
 
 PATCH_WRKSRC=	${WRKDIR}

Modified: head/games/hllib/Makefile
==============================================================================
--- head/games/hllib/Makefile	Fri Mar  7 10:31:33 2014	(r347354)
+++ head/games/hllib/Makefile	Fri Mar  7 10:34:22 2014	(r347355)
@@ -6,14 +6,14 @@ PORTVERSION=	2.4.4
 CATEGORIES=	games devel
 MASTER_SITES=	http://nemesis.thewavelength.net/files/files/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Library to work with various Half-Life file formats
 
 LICENSE=	LGPL21
 
-USE_ZIP=	yes
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/HLLib
 CFLAGS+=	-fpic -DUSE_ZLIB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403071034.s27AYNAP078840>