aboutsummaryrefslogtreecommitdiff
path: root/textproc/ucto
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-10 09:03:01 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-10 09:03:01 +0000
commit9f4d4b15bf138c9e915598bf573f8bffe386936e (patch)
tree48861a30b92321d1f360af714a1886b55326b283 /textproc/ucto
parent6d6f272feced3ff9583c10671930943c45b102bf (diff)
downloadports-9f4d4b15bf138c9e915598bf573f8bffe386936e.tar.gz
ports-9f4d4b15bf138c9e915598bf573f8bffe386936e.zip
Notes
Diffstat (limited to 'textproc/ucto')
-rw-r--r--textproc/ucto/Makefile2
-rw-r--r--textproc/ucto/distinfo6
-rw-r--r--textproc/ucto/files/patch-config_Makefile.am12
3 files changed, 4 insertions, 16 deletions
diff --git a/textproc/ucto/Makefile b/textproc/ucto/Makefile
index 13793707aeb6..048e02373b25 100644
--- a/textproc/ucto/Makefile
+++ b/textproc/ucto/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ucto
DISTVERSIONPREFIX= v
-DISTVERSION= 0.14
+DISTVERSION= 0.14.1
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
diff --git a/textproc/ucto/distinfo b/textproc/ucto/distinfo
index 0123227cea86..fe89db7c1f46 100644
--- a/textproc/ucto/distinfo
+++ b/textproc/ucto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544204678
-SHA256 (LanguageMachines-ucto-v0.14_GH0.tar.gz) = ba40c28b0baba4eef98f88abc7c894a4b6fbaf153eaacd2ea3c9c177b0e85ea5
-SIZE (LanguageMachines-ucto-v0.14_GH0.tar.gz) = 350837
+TIMESTAMP = 1544432428
+SHA256 (LanguageMachines-ucto-v0.14.1_GH0.tar.gz) = cb07d22901fc5be5b71231a77fae26766ef805680a1d3405b8b98191971cecc6
+SIZE (LanguageMachines-ucto-v0.14.1_GH0.tar.gz) = 350904
diff --git a/textproc/ucto/files/patch-config_Makefile.am b/textproc/ucto/files/patch-config_Makefile.am
deleted file mode 100644
index d27cdd1baefc..000000000000
--- a/textproc/ucto/files/patch-config_Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
---- config/Makefile.am.orig 2018-12-08 03:11:07 UTC
-+++ config/Makefile.am
-@@ -7,7 +7,7 @@ EXTRA_DIST = $(config_DATA)
- install-data-hook:
- rm -f $(configdir)/textcat.cfg
- if OLD_LM
-- $(LN_S) $(configdir)/textcat_alt.cfg $(configdir)/textcat.cfg
-+ cd $(DESTDIR)$(configdir) && $(LN_S) textcat_alt.cfg textcat.cfg
- else
-- $(LN_S) $(configdir)/textcat_normal.cfg $(configdir)/textcat.cfg
-+ cd $(DESTDIR)$(configdir) && $(LN_S) textcat_normal.cfg textcat.cfg
- endif