From owner-svn-ports-all@FreeBSD.ORG Fri Mar 7 10:34:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87AC2971; Fri, 7 Mar 2014 10:34:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74868C28; Fri, 7 Mar 2014 10:34:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s27AYNaX078842; Fri, 7 Mar 2014 10:34:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s27AYNAP078840; Fri, 7 Mar 2014 10:34:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403071034.s27AYNAP078840@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 7 Mar 2014 10:34:23 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 10:34:23 -0000 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