Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 04:08:17 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346085 - in head/devel/libinotify: . files
Message-ID:  <201402260408.s1Q48Hkb089417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Wed Feb 26 04:08:17 2014
New Revision: 346085
URL: http://svnweb.freebsd.org/changeset/ports/346085
QAT: https://qat.redports.org/buildarchive/r346085/

Log:
  Oops, committed a stale version of Makefile.

Modified:
  head/devel/libinotify/Makefile
  head/devel/libinotify/files/Makefile

Modified: head/devel/libinotify/Makefile
==============================================================================
--- head/devel/libinotify/Makefile	Wed Feb 26 03:07:28 2014	(r346084)
+++ head/devel/libinotify/Makefile	Wed Feb 26 04:08:17 2014	(r346085)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libinotify
 PORTVERSION=	20120419
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	delphij@FreeBSD.org

Modified: head/devel/libinotify/files/Makefile
==============================================================================
--- head/devel/libinotify/files/Makefile	Wed Feb 26 03:07:28 2014	(r346084)
+++ head/devel/libinotify/files/Makefile	Wed Feb 26 04:08:17 2014	(r346085)
@@ -9,6 +9,7 @@ LDADD=		-lpthread
 SRCS=		utils.c
 SRCS+=		barriers.c
 SRCS+=		conversions.c
+SRCS+=		dep-list.c
 SRCS+=		watch.c
 SRCS+=		worker-sets.c
 SRCS+=		worker-thread.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260408.s1Q48Hkb089417>