Date: Wed, 30 Jul 2014 08:48:18 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363455 - head/devel/monotone-viz Message-ID: <201407300848.s6U8mIs8095812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Jul 30 08:48:18 2014 New Revision: 363455 URL: http://svnweb.freebsd.org/changeset/ports/363455 QAT: https://qat.redports.org/buildarchive/r363455/ Log: 1: remove NO_STAGE. 2: strip binary, bump version. Modified: head/devel/monotone-viz/Makefile Modified: head/devel/monotone-viz/Makefile ============================================================================== --- head/devel/monotone-viz/Makefile Wed Jul 30 08:33:45 2014 (r363454) +++ head/devel/monotone-viz/Makefile Wed Jul 30 08:48:18 2014 (r363455) @@ -3,11 +3,11 @@ PORTNAME= monotone-viz PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Visual interface for Monotone VCS with revision graphs LICENSE= GPLv2 @@ -28,5 +28,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/monotone-viz -NO_STAGE= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/monotone-viz + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407300848.s6U8mIs8095812>