1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"

commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
This commit is contained in:
Will Andrews 2000-05-23 21:55:21 +00:00
parent ee67eb0680
commit 7001c025d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28717
8 changed files with 30 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= irssi
PORTVERSION= 0.7.27
PORTVERSION= 0.7.28-3
CATEGORIES= irc ipv6
MASTER_SITES= http://xlife.dhs.org/irssi/files/

View File

@ -1 +1 @@
MD5 (irssi-0.7.27.tar.bz2) = 2bc67eec6520184a7bd773d495119590
MD5 (irssi-0.7.28-3.tar.bz2) = 865d89237318e6c1cde5c9860bd096c2

View File

@ -1,5 +1,5 @@
--- plugins/perl/Makefile.PL.in Fri Feb 25 12:52:31 2000
+++ plugins/perl/Makefile.PL.in.new Fri Feb 25 19:38:08 2000
--- plugins/perl/xs/Makefile.PL.in Fri Feb 25 12:52:31 2000
+++ plugins/perl/xs/Makefile.PL.in.new Fri Feb 25 19:38:08 2000
@@ -2,5 +2,5 @@
WriteMakefile('NAME' => 'Irssi',

View File

@ -0,0 +1,11 @@
--- plugins/perl/Makefile.in Sat Mar 11 15:10:46 2000
+++ plugins/perl/Makefile.in.new Fri May 19 20:36:24 2000
@@ -240,7 +240,7 @@
cd xs && if [ ! -f Makefile ]; then $(perlpath) Makefile.PL; fi && $(MAKE) && cd ..
install-exec-local:
- cd xs && make install && cd ..
+ ${MAKE} -C xs install
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -6,7 +6,7 @@
#
PORTNAME= irssi
PORTVERSION= 0.7.27
PORTVERSION= 0.7.28-3
CATEGORIES= irc ipv6
MASTER_SITES= http://xlife.dhs.org/irssi/files/

View File

@ -1 +1 @@
MD5 (irssi-0.7.27.tar.bz2) = 2bc67eec6520184a7bd773d495119590
MD5 (irssi-0.7.28-3.tar.bz2) = 865d89237318e6c1cde5c9860bd096c2

View File

@ -1,5 +1,5 @@
--- plugins/perl/Makefile.PL.in Fri Feb 25 12:52:31 2000
+++ plugins/perl/Makefile.PL.in.new Fri Feb 25 19:38:08 2000
--- plugins/perl/xs/Makefile.PL.in Fri Feb 25 12:52:31 2000
+++ plugins/perl/xs/Makefile.PL.in.new Fri Feb 25 19:38:08 2000
@@ -2,5 +2,5 @@
WriteMakefile('NAME' => 'Irssi',

11
irc/irssi/files/patch-af Normal file
View File

@ -0,0 +1,11 @@
--- plugins/perl/Makefile.in Sat Mar 11 15:10:46 2000
+++ plugins/perl/Makefile.in.new Fri May 19 20:36:24 2000
@@ -240,7 +240,7 @@
cd xs && if [ ! -f Makefile ]; then $(perlpath) Makefile.PL; fi && $(MAKE) && cd ..
install-exec-local:
- cd xs && make install && cd ..
+ ${MAKE} -C xs install
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.