summaryrefslogtreecommitdiff
path: root/lang/cduce
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-27 21:19:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-27 21:19:11 +0000
commit8c734245b1888eeece361957265f3ba4010a3bbb (patch)
treea5bb4374d771f2df87c79c493129677981ecd405 /lang/cduce
parentReset jim@corebsd.or.id, since he no longer has access to FreeBSD machines. (diff)
- Update to 0.4.1
PR: 109317 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Notes
Notes: svn path=/head/; revision=186168
Diffstat (limited to 'lang/cduce')
-rw-r--r--lang/cduce/Makefile2
-rw-r--r--lang/cduce/distinfo6
-rw-r--r--lang/cduce/files/patch-Makefile17
3 files changed, 4 insertions, 21 deletions
diff --git a/lang/cduce/Makefile b/lang/cduce/Makefile
index 699d08e8654d..458a578798f8 100644
--- a/lang/cduce/Makefile
+++ b/lang/cduce/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= cduce
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= lang
MASTER_SITES= http://www.cduce.org/download/
diff --git a/lang/cduce/distinfo b/lang/cduce/distinfo
index 050545591807..353a90f1c711 100644
--- a/lang/cduce/distinfo
+++ b/lang/cduce/distinfo
@@ -1,3 +1,3 @@
-MD5 (cduce-0.4.0.tar.gz) = 94d8071f3a6c0b9b1fb23ee467818eb2
-SHA256 (cduce-0.4.0.tar.gz) = ebffaa9f78cce9080b5bb0576d27eb6e866ee7e6cd0362c8fffe43d1e4e71783
-SIZE (cduce-0.4.0.tar.gz) = 372280
+MD5 (cduce-0.4.1.tar.gz) = f4d0f973c8e6311b08aa0d73e638caac
+SHA256 (cduce-0.4.1.tar.gz) = cb6b69f5903b55879ebb2cddb48cbe7d3c0408960c898ad1d7e7959cbfd3f1e2
+SIZE (cduce-0.4.1.tar.gz) = 382908
diff --git a/lang/cduce/files/patch-Makefile b/lang/cduce/files/patch-Makefile
deleted file mode 100644
index 80579a74faa8..000000000000
--- a/lang/cduce/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Wed Apr 13 15:03:57 2005
-+++ Makefile Wed Apr 13 15:06:03 2005
-@@ -87,13 +87,12 @@
- $(HIDE)$(MAKE) NATIVE=false $@
- endif
-
--install: all install_bin install_lib install_doc
-+install: all install_bin install_lib
-
- install_bin:
- @echo "Install binaries"
- $(HIDE)mkdir -p $(BINDIR)
- $(HIDE)$(INSTALL) -m755 $(INSTALL_BINARIES) $(BINDIR)/
--
-
- install_lib:
- @echo "Build META"