svn commit: r350090 - head/devel/gamin
Rene Ladan
rene at FreeBSD.org
Fri Apr 4 10:33:39 UTC 2014
Author: rene
Date: Fri Apr 4 10:33:38 2014
New Revision: 350090
URL: http://svnweb.freebsd.org/changeset/ports/350090
QAT: https://qat.redports.org/buildarchive/r350090/
Log:
- Fix build
- Drop leading indefinite article from COMMENT
- Reset maintainership to ports@
- Bump PORTREVISION
Approved by: gnome (kwm), former maintainer
Modified:
head/devel/gamin/Makefile
Modified: head/devel/gamin/Makefile
==============================================================================
--- head/devel/gamin/Makefile Fri Apr 4 10:16:47 2014 (r350089)
+++ head/devel/gamin/Makefile Fri Apr 4 10:33:38 2014 (r350090)
@@ -4,12 +4,12 @@
PORTNAME= gamin
PORTVERSION= 0.1.10
-PORTREVISION?= 6
+PORTREVISION?= 7
CATEGORIES?= devel
MASTER_SITES= http://people.gnome.org/~veillard/gamin/sources/
-MAINTAINER?= gnome at FreeBSD.org
-COMMENT?= A file and directory monitoring system
+MAINTAINER?= ports at FreeBSD.org
+COMMENT?= File and directory monitoring system
USES+= gettext gmake pathfix pkgconfig
USE_AUTOTOOLS= libtool
@@ -54,6 +54,7 @@ CPPFLAGS+= -DRUN_AS_EUID=1
post-patch:
@${REINPLACE_CMD} "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/server/gam_conf.c
+ @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/lib/Makefile.in
.if !defined(GAMIN_SLAVE)
regression-test: build
More information about the svn-ports-head
mailing list