svn commit: r522226 - head/misc/clex
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Jan 6 13:29:14 UTC 2020
Author: danfe
Date: Mon Jan 6 13:29:13 2020
New Revision: 522226
URL: https://svnweb.freebsd.org/changeset/ports/522226
Log:
- Update to the latest distfile clex-4.6.patch9 and unbreak
- Drop CPPFLAGS/LDFLAGS, no longer seem to affect the build
Reported by: Zeus Panchenko
Modified:
head/misc/clex/Makefile
head/misc/clex/distinfo
Modified: head/misc/clex/Makefile
==============================================================================
--- head/misc/clex/Makefile Mon Jan 6 13:11:14 2020 (r522225)
+++ head/misc/clex/Makefile Mon Jan 6 13:29:13 2020 (r522226)
@@ -2,34 +2,25 @@
# $FreeBSD$
PORTNAME= clex
-PORTVERSION= 4.6.7
+PORTVERSION= 4.6.9
CATEGORIES= misc
MASTER_SITES= http://www.clex.sk/download/
-DISTNAME= clex-4.6.patch7
+DISTNAME= clex-4.6.patch9
MAINTAINER= mich at FreeBSD.org
COMMENT= Command line file manager
-BROKEN= unfetchable
-
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= ncurses gmake
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
PLIST_FILES= bin/clex bin/cfg-clex bin/kbd-test \
man/man1/cfg-clex.1.gz \
man/man1/clex.1.gz \
man/man1/kbd-test.1.gz
PORTDOCS= AUTHORS ChangeLog README
-
-post-patch:
- @${REINPLACE_CMD} -e '18s,^,#include <stdio.h>,' \
- ${WRKSRC}/src/preview.c
OPTIONS_DEFINE= DOCS
Modified: head/misc/clex/distinfo
==============================================================================
--- head/misc/clex/distinfo Mon Jan 6 13:11:14 2020 (r522225)
+++ head/misc/clex/distinfo Mon Jan 6 13:29:13 2020 (r522226)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520240442
-SHA256 (clex-4.6.patch7.tar.gz) = 71d5339044edb0234246b3078f4bf90e6c6ca91e78d7c93c998e3ea2d951d36a
-SIZE (clex-4.6.patch7.tar.gz) = 252464
+TIMESTAMP = 1528397643
+SHA256 (clex-4.6.patch9.tar.gz) = 4c866d9d7bb4e276f1c54fb897d71f1d6390ec1535ffb174798a8334d1f545e2
+SIZE (clex-4.6.patch9.tar.gz) = 253501
More information about the svn-ports-head
mailing list