From owner-svn-ports-head@freebsd.org Fri Oct 14 20:50:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08024C12695; Fri, 14 Oct 2016 20:50:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDCEB5FA; Fri, 14 Oct 2016 20:50:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EKo0pO072275; Fri, 14 Oct 2016 20:50:00 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EKo0FJ072273; Fri, 14 Oct 2016 20:50:00 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610142050.u9EKo0FJ072273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 14 Oct 2016 20:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423990 - head/archivers/unmass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 20:50:02 -0000 Author: ehaupt Date: Fri Oct 14 20:50:00 2016 New Revision: 423990 URL: https://svnweb.freebsd.org/changeset/ports/423990 Log: Update to 0.92 Notified by: repology.org Modified: head/archivers/unmass/Makefile head/archivers/unmass/distinfo Modified: head/archivers/unmass/Makefile ============================================================================== --- head/archivers/unmass/Makefile Fri Oct 14 20:34:26 2016 (r423989) +++ head/archivers/unmass/Makefile Fri Oct 14 20:50:00 2016 (r423990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unmass -PORTVERSION= 0.9 +PORTVERSION= 0.92 CATEGORIES= archivers MASTER_SITES= http://mirex.mypage.sk/FILES/ \ LOCAL/ehaupt @@ -15,10 +15,15 @@ LICENSE= GPLv2 USES= gmake dos2unix GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev_cmd PLIST_FILES= bin/unmass +CFLAGS+= -DUNIX + +post-extract: + @${MV} ${WRKSRC}/../src/* ${WRKSRC}/src/ + post-patch: .for f in ma.cpp massfs.h utools.h @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/${f} Modified: head/archivers/unmass/distinfo ============================================================================== --- head/archivers/unmass/distinfo Fri Oct 14 20:34:26 2016 (r423989) +++ head/archivers/unmass/distinfo Fri Oct 14 20:50:00 2016 (r423990) @@ -1,2 +1,3 @@ -SHA256 (unmass-0.9.tar.gz) = ed3829e4a73592ed3b0628a8ded27b4aec052d39b2083dac5213fcd628054e51 -SIZE (unmass-0.9.tar.gz) = 393735 +TIMESTAMP = 1476476744 +SHA256 (unmass-0.92.tar.gz) = 810e59f74f4c033fec3da6d331c683870823f1fc808a2f52f67baaaae5e57d3f +SIZE (unmass-0.92.tar.gz) = 390954