From owner-svn-ports-all@freebsd.org Wed Oct 5 18:50:01 2016 Return-Path: Delivered-To: svn-ports-all@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 BE6F2AF664D; Wed, 5 Oct 2016 18:50:01 +0000 (UTC) (envelope-from amdmi3@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 717DDE1F; Wed, 5 Oct 2016 18:50:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u95Io0UO056948; Wed, 5 Oct 2016 18:50:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u95Io0b9056946; Wed, 5 Oct 2016 18:50:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610051850.u95Io0b9056946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Oct 2016 18:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423369 - head/security/aespipe 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.23 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: Wed, 05 Oct 2016 18:50:01 -0000 Author: amdmi3 Date: Wed Oct 5 18:50:00 2016 New Revision: 423369 URL: https://svnweb.freebsd.org/changeset/ports/423369 Log: - Update to 2.4d - Fix version handling (v is not part of the version) - Switch to new test framework - Remove unneeded conditionals (all, amd64 and x86 target are all the same) PR: 212662 Submitted by: amdmi3 Approved by: maintainer timeout (gehm@physik.tu-berlin.de, 3 weeks) Modified: head/security/aespipe/Makefile head/security/aespipe/distinfo Modified: head/security/aespipe/Makefile ============================================================================== --- head/security/aespipe/Makefile Wed Oct 5 18:47:10 2016 (r423368) +++ head/security/aespipe/Makefile Wed Oct 5 18:50:00 2016 (r423369) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= aespipe -DISTVERSION= v2.4c +PORTVERSION= 2.4d +DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ http://koti.tnnet.fi/jari.ruusu/linux/ @@ -14,27 +15,15 @@ LICENSE= GPLv2 RUN_DEPENDS= gpg:security/gnupg -USES= tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz - -.include +TEST_TARGET= tests -ALL_TARGET= -.if ${ARCH} == amd64 -MAKE_ARGS= amd64 -.endif - -.if ${ARCH} == i386 -MAKE_ARGS= x86 -.endif - -post-build: - cd ${WRKSRC} && make tests +PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include Modified: head/security/aespipe/distinfo ============================================================================== --- head/security/aespipe/distinfo Wed Oct 5 18:47:10 2016 (r423368) +++ head/security/aespipe/distinfo Wed Oct 5 18:50:00 2016 (r423369) @@ -1,2 +1,3 @@ -SHA256 (aespipe-v2.4c.tar.bz2) = 260190beea911190a839e711f610ec3454a9b13985d35479775b7e26ad4c845e -SIZE (aespipe-v2.4c.tar.bz2) = 106608 +TIMESTAMP = 1473772861 +SHA256 (aespipe-v2.4d.tar.bz2) = c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f +SIZE (aespipe-v2.4d.tar.bz2) = 106703