From b22229542048a54fa3064636d28ca7014f0b935e Mon Sep 17 00:00:00 2001 From: zi Date: Tue, 7 Jun 2016 18:24:36 +0000 Subject: - Update to 0.2.0 - Add missing bin/sneakers PR: 209909 Submitted by: Danilo G. Baio --- misc/nms/Makefile | 9 ++++++--- misc/nms/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/nms/Makefile b/misc/nms/Makefile index 160a9dcec87c..32ececbf878a 100644 --- a/misc/nms/Makefile +++ b/misc/nms/Makefile @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= nms -PORTVERSION= 20160429 +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= misc MAINTAINER= zi@FreeBSD.org @@ -14,10 +16,11 @@ USES= gmake USE_GITHUB= yes GH_ACCOUNT= bartobri GH_PROJECT= no-more-secrets -GH_TAGNAME= 9a7a77c -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + bin/sneakers do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/sneakers ${STAGEDIR}${PREFIX}/bin .include diff --git a/misc/nms/distinfo b/misc/nms/distinfo index 95cee0e5bfe3..a02ff3d6ce04 100644 --- a/misc/nms/distinfo +++ b/misc/nms/distinfo @@ -1,2 +1,3 @@ -SHA256 (bartobri-no-more-secrets-20160429-9a7a77c_GH0.tar.gz) = a25e0577a17212e00f0e4d1b5818212567d72cc4e7c392e3c0f81aa55487c4f6 -SIZE (bartobri-no-more-secrets-20160429-9a7a77c_GH0.tar.gz) = 18503 +TIMESTAMP = 1464716012 +SHA256 (bartobri-no-more-secrets-v0.2.0_GH0.tar.gz) = cc0f588d1c05290027c7b33d4639e9a860122eba1af9475c00db9d3b18ffdcb3 +SIZE (bartobri-no-more-secrets-v0.2.0_GH0.tar.gz) = 22551 -- cgit