Date: Wed, 5 Oct 2016 18:50:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423369 - head/security/aespipe Message-ID: <201610051850.u95Io0b9056946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> +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 <bsd.port.post.mk> +.include <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051850.u95Io0b9056946>