View | Details | Raw Unified | Return to bug 260156
Collapse All | Expand All

(-)b/deskutils/remind/Makefile (-5 / +3 lines)
Lines 1-7 Link Here
1
# Created by: Lewis Thompson <purple@lewiz.net>
1
# Created by: Lewis Thompson <purple@lewiz.net>
2
2
3
PORTNAME=	remind
3
PORTNAME=	remind
4
DISTVERSION=	03.03.09
4
DISTVERSION=	03.03.10
5
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
6
MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/
6
MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/
7
7
Lines 51-60 TCLTK_PLIST_FILES= bin/tkremind \ Link Here
51
			man/man1/tkremind.1.gz
51
			man/man1/tkremind.1.gz
52
52
53
REM2HTML_USES=	perl5
53
REM2HTML_USES=	perl5
54
REM2HTML_BUILD_DEPENDS=	p5-JSON-Any>0:converters/p5-JSON-Any \
54
REM2HTML_BUILD_DEPENDS=	p5-JSON-Any>0:converters/p5-JSON-Any
55
			p5-Getopt-Long>0:devel/p5-Getopt-Long
55
REM2HTML_RUN_DEPENDS=	p5-JSON-Any>0:converters/p5-JSON-Any
56
REM2HTML_RUN_DEPENDS=	p5-JSON-Any>0:converters/p5-JSON-Any \
57
			p5-Getopt-Long>0:devel/p5-Getopt-Long
58
REM2HTML_PLIST_FILES=	bin/rem2html
56
REM2HTML_PLIST_FILES=	bin/rem2html
59
57
60
# hard wired customisation variables
58
# hard wired customisation variables
(-)b/deskutils/remind/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1634383830
1
TIMESTAMP = 1638372316
2
SHA256 (remind-03.03.09.tar.gz) = c9087a8c691136442f3e882e46677ad36e69084b2f3bbc3c5b760d3b6bf3b6f3
2
SHA256 (remind-03.03.10.tar.gz) = 06a16dddfe3e85fcf89e3cce2359a4ad426147bcceab34ff4cd592fac9365c47
3
SIZE (remind-03.03.09.tar.gz) = 408928
3
SIZE (remind-03.03.10.tar.gz) = 420644
(-)b/deskutils/remind/files/patch-rem2html_Makefile.in (-3 / +2 lines)
Lines 8-14 Link Here
8
-	    echo "Not installing rem2html; Perl is required"; exit 0; fi; \
8
-	    echo "Not installing rem2html; Perl is required"; exit 0; fi; \
9
-	 for m in $(PERLMODS_NEEDED) ; \
9
-	 for m in $(PERLMODS_NEEDED) ; \
10
-         do \
10
-         do \
11
-	    perl -M$$m -e 1 > /dev/null 2>&1; \
11
-	    $(PERL) -M$$m -e 1 > /dev/null 2>&1; \
12
-	    if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \
12
-	    if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \
13
-	done; \
13
-	done; \
14
-	echo "Installing rem2html in $(DESTDIR)$(bindir)"; \
14
-	echo "Installing rem2html in $(DESTDIR)$(bindir)"; \
Lines 16-22 Link Here
16
-	exit 1;
16
-	exit 1;
17
+	@for m in $(PERLMODS_NEEDED) ; \
17
+	@for m in $(PERLMODS_NEEDED) ; \
18
+        do \
18
+        do \
19
+	    perl -M$$m -e 1 ; \
19
+	    $(PERL) -M$$m -e 1 ; \
20
+	done
20
+	done
21
+	@echo "Installing rem2html in $(DESTDIR)$(bindir)"
21
+	@echo "Installing rem2html in $(DESTDIR)$(bindir)"
22
+	mkdir -p $(DESTDIR)$(bindir)
22
+	mkdir -p $(DESTDIR)$(bindir)
23
- 

Return to bug 260156