Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 16:00:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544817 - in head/sysutils: . watchman watchman450
Message-ID:  <202008131600.07DG0Rki065284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 13 16:00:26 2020
New Revision: 544817
URL: https://svnweb.freebsd.org/changeset/ports/544817

Log:
  sysutils/watchman: Rollback to 4.5.0, move sysutils/watchman450 to sysutils/watchman
  
  PR:		247343
  Suggested by:	mat

Added:
  head/sysutils/watchman/
     - copied from r544816, head/sysutils/watchman450/
Deleted:
  head/sysutils/watchman450/
Modified:
  head/sysutils/Makefile
  head/sysutils/watchman/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Aug 13 15:59:06 2020	(r544816)
+++ head/sysutils/Makefile	Thu Aug 13 16:00:26 2020	(r544817)
@@ -1445,7 +1445,7 @@
     SUBDIR += vzvol
     SUBDIR += wait_on
     SUBDIR += watchfolder
-    SUBDIR += watchman450
+    SUBDIR += watchman
     SUBDIR += watchmen
     SUBDIR += webjob
     SUBDIR += webmin

Modified: head/sysutils/watchman/Makefile
==============================================================================
--- head/sysutils/watchman450/Makefile	Thu Aug 13 15:59:06 2020	(r544816)
+++ head/sysutils/watchman/Makefile	Thu Aug 13 16:00:26 2020	(r544817)
@@ -1,14 +1,11 @@
 # Created by: Jin-Sih, Lin <linpct@gmail.com>
 # $FreeBSD$
 
-# sysutils/watchman is broken due to missing F_GETPATH feature, see Bug#247343
-
 PORTNAME=	watchman
-PORTVERSION=	4.5.0
-PORTREVISION=	1
+PORTVERSION=	4.5.0 # frozen at 4.5.0: the current version 2020.08.10.00 is broken because F_GETPATH isn't currently available on FreeBSD
+PORTEPOCH=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
-PKGNAMESUFFIX=	450
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	File alteration monitoring service
@@ -41,8 +38,6 @@ PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 PCRE_CONFIGURE_WITH=	pcre
 
 CPPFLAGS+=	-Wno-error
-
-CONFLICTS_INSTALL=	watchman
 
 post-patch:
 # https://www.gnu.org/prep/standards/html_node/Directory-Variables.html



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