aboutsummaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-07-10 22:27:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-07-10 22:27:59 +0000
commit95dabcae895da8cf1105b329d6a1bbafeb052340 (patch)
treeb01c76546ed3983f8927be44f04cc42e8c2b276f /textproc/enchant
parent247dd38da056556bc11ddadea20a4ef3d3272b98 (diff)
downloadports-95dabcae895da8cf1105b329d6a1bbafeb052340.tar.gz
ports-95dabcae895da8cf1105b329d6a1bbafeb052340.zip
Notes
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile4
-rw-r--r--textproc/enchant/distinfo6
-rw-r--r--textproc/enchant/files/patch-configure10
3 files changed, 4 insertions, 16 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile
index e205d7149f11..e732622cf0d0 100644
--- a/textproc/enchant/Makefile
+++ b/textproc/enchant/Makefile
@@ -7,11 +7,9 @@
#
PORTNAME= enchant
-PORTVERSION= 1.2.5
+PORTVERSION= 1.2.6
CATEGORIES= textproc gnome
MASTER_SITES= http://www.abisource.com/downloads/enchant/${PORTVERSION}/
-# ${MASTER_SITE_SOURCEFORGE}
-#MASTER_SITE_SUBDIR= abiword
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
diff --git a/textproc/enchant/distinfo b/textproc/enchant/distinfo
index 2a6b6fe6d6c7..908a8cf1535d 100644
--- a/textproc/enchant/distinfo
+++ b/textproc/enchant/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/enchant-1.2.5.tar.gz) = e64ec808ed2cb687c242ebb835faeb61
-SHA256 (gnome2/enchant-1.2.5.tar.gz) = 15348bf21125536b3bce1e477e50310e4b192c43c35476e949f41280bc7123d8
-SIZE (gnome2/enchant-1.2.5.tar.gz) = 532332
+MD5 (gnome2/enchant-1.2.6.tar.gz) = 617cfe8910245cc0c4d363b54dd6d207
+SHA256 (gnome2/enchant-1.2.6.tar.gz) = c339a0a4a1bf93ca5da0dab0760e568a47ea29794f023f0efdded151b1a69372
+SIZE (gnome2/enchant-1.2.6.tar.gz) = 532376
diff --git a/textproc/enchant/files/patch-configure b/textproc/enchant/files/patch-configure
deleted file mode 100644
index 552e4320ad8a..000000000000
--- a/textproc/enchant/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Apr 14 13:58:45 2006
-+++ configure Fri Apr 14 13:59:09 2006
-@@ -21878,6 +21878,7 @@
-
- ASPELL_CFLAGS=
- if test "x$with_aspell_prefix" != "x"; then
-+ aspell_prefix=$with_aspell_prefix
- LDFLAGS="-L$with_aspell_prefix/lib "$LDFLAGS
- ASPELL_INC="-I$with_aspell_prefix/include"
- ASPELL_LIBS="-L$with_aspell_prefix/lib -laspell"