svn commit: r544817 - in head/sysutils: . watchman watchman450

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 13 16:00:27 UTC 2020


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 at 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 at 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


More information about the svn-ports-all mailing list