svn commit: r560243 - head/misc/colortail
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 3 20:30:07 UTC 2021
Author: sunpoet
Date: Sun Jan 3 20:30:02 2021
New Revision: 560243
URL: https://svnweb.freebsd.org/changeset/ports/560243
Log:
Use libgnuregex from ports tree instead of base system
- Bump PORTREVISION for dependency change
libgnuregex has been removed from -CURRENT.
PR: 252254
Submitted by: kevans
Modified:
head/misc/colortail/Makefile
Modified: head/misc/colortail/Makefile
==============================================================================
--- head/misc/colortail/Makefile Sun Jan 3 20:29:58 2021 (r560242)
+++ head/misc/colortail/Makefile Sun Jan 3 20:30:02 2021 (r560243)
@@ -3,6 +3,7 @@
PORTNAME= colortail
PORTVERSION= 0.3.3
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/joakim666/colortail/releases/download/${PORTVERSION}/
@@ -12,7 +13,12 @@ COMMENT= tail(1) replacement with color support
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex
+
+USES= localbase:ldflags
+
GNU_CONFIGURE= yes
+LIBS+= -lgnuregex
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-head
mailing list