summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-07-28 16:42:59 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-07-28 16:42:59 +0000
commit26fe2b7f5d36e292ebeda9317a7a3c486c55e6c0 (patch)
tree0a94ac85e1451a77365a54019f02e1bd627455ba /devel
parent- fix '$VERSION' and unbreak this port on perl-5.00503 (diff)
Update to 1.5 which has been around for quite a while now
Notes
Notes: svn path=/head/; revision=140330
Diffstat (limited to 'devel')
-rw-r--r--devel/mk/Makefile2
-rw-r--r--devel/mk/distinfo4
-rw-r--r--devel/mk/files/patch-lib::9::Makefile11
-rw-r--r--devel/mk/files/patch-lib::bio::Makefile11
-rw-r--r--devel/mk/files/patch-lib::regexp::Makefile11
-rw-r--r--devel/mk/files/patch-src::Makefile11
6 files changed, 3 insertions, 47 deletions
diff --git a/devel/mk/Makefile b/devel/mk/Makefile
index 515e15569add..bf56595049ab 100644
--- a/devel/mk/Makefile
+++ b/devel/mk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mk
-PORTVERSION= 1.4
+PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= http://www.cminusminus.org/download/
diff --git a/devel/mk/distinfo b/devel/mk/distinfo
index d1124c44a50f..623f04019fa7 100644
--- a/devel/mk/distinfo
+++ b/devel/mk/distinfo
@@ -1,2 +1,2 @@
-MD5 (mk-1.4.tar.gz) = a7ce754eee8b5125209cdbd68cf3a4ce
-SIZE (mk-1.4.tar.gz) = 260977
+MD5 (mk-1.5.tar.gz) = 713b737855f84005bfb2821aba87fcce
+SIZE (mk-1.5.tar.gz) = 260584
diff --git a/devel/mk/files/patch-lib::9::Makefile b/devel/mk/files/patch-lib::9::Makefile
deleted file mode 100644
index afbee6123466..000000000000
--- a/devel/mk/files/patch-lib::9::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/9/Makefile.orig Sun Oct 19 01:51:44 2003
-+++ lib/9/Makefile Sun Oct 19 01:51:50 2003
-@@ -16,7 +16,7 @@
- newprint.o
-
- TARG=../lib9.a
--CFLAGS=-g -I../../include
-+CFLAGS+=-g -I../../include
-
- all: $(TARG)
-
diff --git a/devel/mk/files/patch-lib::bio::Makefile b/devel/mk/files/patch-lib::bio::Makefile
deleted file mode 100644
index 4d8fc3abc2d8..000000000000
--- a/devel/mk/files/patch-lib::bio::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/bio/Makefile.orig Sun Oct 19 01:51:44 2003
-+++ lib/bio/Makefile Sun Oct 19 01:51:55 2003
-@@ -12,7 +12,7 @@
- OFILES=bflush.o bgetc.o bgetrune.o binit.o bprint.o bputc.o bwrite.o
-
- TARG=../libbio.a
--CFLAGS=-g -I../../include
-+CFLAGS+=-g -I../../include
-
- all: $(TARG)
-
diff --git a/devel/mk/files/patch-lib::regexp::Makefile b/devel/mk/files/patch-lib::regexp::Makefile
deleted file mode 100644
index 61593dd658b6..000000000000
--- a/devel/mk/files/patch-lib::regexp::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/regexp/Makefile.orig Sun Oct 19 01:51:44 2003
-+++ lib/regexp/Makefile Sun Oct 19 01:51:59 2003
-@@ -8,7 +8,7 @@
- OFILES=regaux.o regcomp.o regexec.o regsub.o
-
- TARG=../libregexp.a
--CFLAGS=-g -I../../include
-+CFLAGS+=-g -I../../include
-
- all: $(TARG)
-
diff --git a/devel/mk/files/patch-src::Makefile b/devel/mk/files/patch-src::Makefile
deleted file mode 100644
index a2c23537184d..000000000000
--- a/devel/mk/files/patch-src::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.orig Sun Oct 19 01:50:46 2003
-+++ src/Makefile Sun Oct 19 01:50:14 2003
-@@ -5,7 +5,7 @@
-
-
- TARG=../mk
--CFLAGS=-g -I../include
-+CFLAGS+=-g -I../include
-
- $(TARG): $(OFILES) ../lib/libregexp.a ../lib/libbio.a ../lib/lib9.a
- $(CC) -o $(TARG) $(OFILES) -L../lib -lregexp -lbio -l9