From 707dd8d510a71b09b5042179f4c63f192d0f5f9e Mon Sep 17 00:00:00 2001 From: trociny Date: Wed, 6 Jan 2016 18:20:31 +0000 Subject: Update to 1.0.2 --- sysutils/vmtouch/Makefile | 7 +++---- sysutils/vmtouch/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'sysutils') diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile index 0a3ac4663ec1..8ef5e5afed61 100644 --- a/sysutils/vmtouch/Makefile +++ b/sysutils/vmtouch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vmtouch -PORTVERSION= 0.8.0 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= sysutils @@ -12,12 +12,11 @@ COMMENT= Virtual Memory Toucher USE_GITHUB= yes GH_ACCOUNT= hoytech +USE_PERL5= build # pod2man + PLIST_FILES= bin/vmtouch \ man/man8/vmtouch.8.gz -do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/vmtouch ${WRKSRC}/vmtouch.c - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/man/man8 diff --git a/sysutils/vmtouch/distinfo b/sysutils/vmtouch/distinfo index b39f88fe3baf..603e3537811c 100644 --- a/sysutils/vmtouch/distinfo +++ b/sysutils/vmtouch/distinfo @@ -1,2 +1,2 @@ -SHA256 (hoytech-vmtouch-vmtouch-0.8.0_GH0.tar.gz) = 6848b9355451e8ab848501b5604f47a396bce1ef1dcb613577feaaaea1dfe262 -SIZE (hoytech-vmtouch-vmtouch-0.8.0_GH0.tar.gz) = 224882 +SHA256 (hoytech-vmtouch-vmtouch-1.0.2_GH0.tar.gz) = 48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39 +SIZE (hoytech-vmtouch-vmtouch-1.0.2_GH0.tar.gz) = 13404 -- cgit