aboutsummaryrefslogtreecommitdiff
path: root/science/crf++
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2010-04-20 03:36:51 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2010-04-20 03:36:51 +0000
commit73462a351f731b70e7a0a48785c77a7403a46a98 (patch)
tree96db03c1044dc22a02beb72c69bc7fcc667051c0 /science/crf++
parent4644c48c833c03991c4259b15e9cc275dc41d7f0 (diff)
downloadports-73462a351f731b70e7a0a48785c77a7403a46a98.tar.gz
ports-73462a351f731b70e7a0a48785c77a7403a46a98.zip
- Update to 0.53
Notes
Notes: svn path=/head/; revision=252940
Diffstat (limited to 'science/crf++')
-rw-r--r--science/crf++/Makefile2
-rw-r--r--science/crf++/distinfo6
-rw-r--r--science/crf++/files/patch-ltmain.sh15
3 files changed, 4 insertions, 19 deletions
diff --git a/science/crf++/Makefile b/science/crf++/Makefile
index 5200b7e562ef..d9e11f76f4ae 100644
--- a/science/crf++/Makefile
+++ b/science/crf++/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= crf++
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= science math
MASTER_SITES= SF/crfpp/crfpp/${PORTVERSION} \
${MASTER_SITE_LOCAL}
diff --git a/science/crf++/distinfo b/science/crf++/distinfo
index bf43f93aa352..86183564b508 100644
--- a/science/crf++/distinfo
+++ b/science/crf++/distinfo
@@ -1,3 +1,3 @@
-MD5 (CRF++-0.52.tar.gz) = c790441b710e1320299164b1608c891e
-SHA256 (CRF++-0.52.tar.gz) = 49bda78c6fabd187daf9625d8c061138df7ecb155fd093ff63371626a952c044
-SIZE (CRF++-0.52.tar.gz) = 784959
+MD5 (CRF++-0.53.tar.gz) = 18819b6e89dc0c7881cf7c3c81709485
+SHA256 (CRF++-0.53.tar.gz) = 8a909ed9bd2495c82389a5325f9c50a0dd6232f67150b0ddb89c73633ab32dea
+SIZE (CRF++-0.53.tar.gz) = 805150
diff --git a/science/crf++/files/patch-ltmain.sh b/science/crf++/files/patch-ltmain.sh
deleted file mode 100644
index a534781a892e..000000000000
--- a/science/crf++/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Sun Oct 30 11:54:15 2005
-+++ ltmain.sh Thu Jul 27 15:53:28 2006
-@@ -5550,10 +5550,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"