Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer:
I created a rxvt-devel port. This will contain the devel version 2.7.3 which used to be carried as rxvt. The rxvt port will now contain the stable version 2.6.3. Besides, I added some MASTER_SITES so as to fix the unavailable distfile message I got from the automated scripts. PR: 20768 Submitted by: maintainer Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen - it took about 5 minutes from the moment when I fired a request to PW and the moment when I received his reply ;).
This commit is contained in:
parent
a6e995922b
commit
13ed950b08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32861
2 changed files with 24 additions and 0 deletions
12
x11/rxvt-unicode/files/patch-ab
Normal file
12
x11/rxvt-unicode/files/patch-ab
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- doc/Makefile.in.orig Mon Aug 21 23:32:21 2000
|
||||
+++ doc/Makefile.in Mon Aug 21 23:32:44 2000
|
||||
@@ -41,9 +41,6 @@
|
||||
|
||||
all: rxvt.1
|
||||
|
||||
-rxvt.1: Makefile
|
||||
- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi
|
||||
-
|
||||
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
|
||||
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
|
||||
-e 's%@RXVT_DATE@%$(DATE)%g;'\
|
12
x11/rxvt/files/patch-ab
Normal file
12
x11/rxvt/files/patch-ab
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- doc/Makefile.in.orig Mon Aug 21 23:32:21 2000
|
||||
+++ doc/Makefile.in Mon Aug 21 23:32:44 2000
|
||||
@@ -41,9 +41,6 @@
|
||||
|
||||
all: rxvt.1
|
||||
|
||||
-rxvt.1: Makefile
|
||||
- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi
|
||||
-
|
||||
SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
|
||||
-e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
|
||||
-e 's%@RXVT_DATE@%$(DATE)%g;'\
|
Loading…
Reference in a new issue