Date: Wed, 6 Jan 2016 18:20:31 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405382 - head/sysutils/vmtouch Message-ID: <201601061820.u06IKVPJ051659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trociny Date: Wed Jan 6 18:20:31 2016 New Revision: 405382 URL: https://svnweb.freebsd.org/changeset/ports/405382 Log: Update to 1.0.2 Modified: head/sysutils/vmtouch/Makefile head/sysutils/vmtouch/distinfo Modified: head/sysutils/vmtouch/Makefile ============================================================================== --- head/sysutils/vmtouch/Makefile Wed Jan 6 18:03:51 2016 (r405381) +++ head/sysutils/vmtouch/Makefile Wed Jan 6 18:20:31 2016 (r405382) @@ -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 Modified: head/sysutils/vmtouch/distinfo ============================================================================== --- head/sysutils/vmtouch/distinfo Wed Jan 6 18:03:51 2016 (r405381) +++ head/sysutils/vmtouch/distinfo Wed Jan 6 18:20:31 2016 (r405382) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601061820.u06IKVPJ051659>