- Update to 1.4.5
- Switch maintainership PR: ports/152834 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Russell Jackson <raj@csub.edu> (old maintainer)
This commit is contained in:
parent
bf85cabebc
commit
f4dd49934c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265852
@ -6,16 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= wyrd
|
||||
PORTVERSION= 1.4.4
|
||||
PORTVERSION= 1.4.5
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://pessimization.com/software/wyrd/
|
||||
|
||||
MAINTAINER= raj@csub.edu
|
||||
MAINTAINER= h.skuhra@gmail.com
|
||||
COMMENT= A curses front end to remind
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/remind:${PORTSDIR}/deskutils/remind
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
OPTIONS= UTF8 "Enable UTF-8 support" off
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (wyrd-1.4.4.tar.gz) = a376c05ba614625da06082d850c742c7
|
||||
SHA256 (wyrd-1.4.4.tar.gz) = 154f5cefc86d43077f3c150e5b50a27d33fe7a7e50d7b90f39d16f054f5c570a
|
||||
SIZE (wyrd-1.4.4.tar.gz) = 226757
|
||||
SHA256 (wyrd-1.4.5.tar.gz) = c8844d85767b3b9cc9ce4f430e0ef83ba29d96c630f03c508eab5ab86204137b
|
||||
SIZE (wyrd-1.4.5.tar.gz) = 398294
|
||||
|
15
deskutils/wyrd/files/patch-Makefile.in
Normal file
15
deskutils/wyrd/files/patch-Makefile.in
Normal file
@ -0,0 +1,15 @@
|
||||
--- Makefile.in.bak 2010-12-04 11:30:55.000000000 +0100
|
||||
+++ Makefile.in 2010-12-04 11:31:19.000000000 +0100
|
||||
@@ -91,10 +91,10 @@
|
||||
|
||||
|
||||
$(CURSES_CMA):
|
||||
- make -C curses byte
|
||||
+ $(MAKE) -C curses byte
|
||||
|
||||
$(CURSES_CMXA):
|
||||
- make -C curses opt
|
||||
+ $(MAKE) -C curses opt
|
||||
|
||||
|
||||
# installation
|
11
deskutils/wyrd/files/patch-curses_configure
Normal file
11
deskutils/wyrd/files/patch-curses_configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- curses/configure.bak 2010-12-04 11:37:34.000000000 +0100
|
||||
+++ curses/configure 2010-12-04 11:40:17.000000000 +0100
|
||||
@@ -3770,7 +3770,7 @@
|
||||
done
|
||||
|
||||
|
||||
-CURSES_LIB_BASE=`expr "$CURSES_LIB" : '-l\(.*\)'`
|
||||
+CURSES_LIB_BASE=$(expr \( "$CURSES_LIB" \) : \( '-l\(.*\)' \))
|
||||
CPPFLAGS="$ORIG_CPPFLAGS"
|
||||
LIBS="$ORIG_LIBS"
|
||||
|
Loading…
Reference in New Issue
Block a user