Date: Thu, 3 Oct 2013 14:11:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329195 - head/sysutils/filewatcherd Message-ID: <201310031411.r93EB8ai006445@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 3 14:11:08 2013 New Revision: 329195 URL: http://svnweb.freebsd.org/changeset/ports/329195 Log: Update to version 1.0-beta2 Fix build without gcc Support staging PR: ports/182225 Submitted by: Natacha Porté <natbsd@instinctive.eu> (maintainer, upstream) Modified: head/sysutils/filewatcherd/Makefile head/sysutils/filewatcherd/distinfo Modified: head/sysutils/filewatcherd/Makefile ============================================================================== --- head/sysutils/filewatcherd/Makefile Thu Oct 3 14:07:08 2013 (r329194) +++ head/sysutils/filewatcherd/Makefile Thu Oct 3 14:11:08 2013 (r329195) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filewatcherd -PORTVERSION= 1.0b1 +PORTVERSION= 1.0b2 DISTNAME= ${PORTNAME}-${GH_TAGNAME} CATEGORIES= sysutils @@ -13,18 +13,17 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= faelys -GH_COMMIT= a2b8081 -GH_TAGNAME= 1.0-beta1 +GH_COMMIT= e1e6c7a +GH_TAGNAME= 1.0-beta2 USE_RC_SUBR= filewatcherd SUB_FILES= pkg-message PLIST_FILES= sbin/filewatcherd etc/watchtab.sample -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${PREFIX}/sbin - ${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${PREFIX}/etc + ${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc post-install: @${CAT} ${PKGMESSAGE} Modified: head/sysutils/filewatcherd/distinfo ============================================================================== --- head/sysutils/filewatcherd/distinfo Thu Oct 3 14:07:08 2013 (r329194) +++ head/sysutils/filewatcherd/distinfo Thu Oct 3 14:11:08 2013 (r329195) @@ -1,2 +1,2 @@ -SHA256 (filewatcherd-1.0-beta1.tar.gz) = 869cfd9c0b5d1a0afd0d1d8485e0ad2e988b881820a608999d342e26c02b64c2 -SIZE (filewatcherd-1.0-beta1.tar.gz) = 12919 +SHA256 (filewatcherd-1.0-beta2.tar.gz) = b35442e459c9e35fb4edd0d97165224b92580dc8e87d65fcf6387a5fa5f87f50 +SIZE (filewatcherd-1.0-beta2.tar.gz) = 12923
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031411.r93EB8ai006445>