From f03777bd7ca041ae2fd7c31797029e10b795720e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 5 Oct 2016 18:50:00 +0000 Subject: [PATCH] - 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) --- security/aespipe/Makefile | 23 ++++++----------------- security/aespipe/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/security/aespipe/Makefile b/security/aespipe/Makefile index 632de33b099d..740bcd6dff52 100644 --- a/security/aespipe/Makefile +++ b/security/aespipe/Makefile @@ -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 +TEST_TARGET= tests + PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz -.include - -ALL_TARGET= -.if ${ARCH} == amd64 -MAKE_ARGS= amd64 -.endif - -.if ${ARCH} == i386 -MAKE_ARGS= x86 -.endif - -post-build: - cd ${WRKSRC} && make tests - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include diff --git a/security/aespipe/distinfo b/security/aespipe/distinfo index fca9c883c2c8..043835828776 100644 --- a/security/aespipe/distinfo +++ b/security/aespipe/distinfo @@ -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