diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-29 00:56:17 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-29 00:56:17 +0000 |
commit | 0a84bd46169797a65b4e8d22174fe37a764b7dab (patch) | |
tree | 13c05145cb9e0fa43d6abb3cb2729ed8c21e7828 | |
parent | 933b223fbf12dae62999c9df6867305fb170cfbb (diff) |
Notes
-rw-r--r-- | textproc/unrtf/Makefile | 8 | ||||
-rw-r--r-- | textproc/unrtf/distinfo | 4 | ||||
-rw-r--r-- | textproc/unrtf/files/patch-tests__Makefile.in | 11 |
3 files changed, 5 insertions, 18 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 2f5c2c639320..1636a6894fc4 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: unrtf -# Date created: 26 March 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# +# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de> # $FreeBSD$ PORTNAME= unrtf -PORTVERSION= 0.21.2 +PORTVERSION= 0.21.3 CATEGORIES= textproc MASTER_SITES= GNU @@ -26,6 +23,7 @@ PLIST_FILES= bin/unrtf \ %%DATADIR%%/latex.conf \ %%DATADIR%%/rtf.conf \ %%DATADIR%%/text.conf \ + %%DATADIR%%/troff_mm.conf \ %%DATADIR%%/vt.conf PLIST_DIRS= %%DATADIR%% diff --git a/textproc/unrtf/distinfo b/textproc/unrtf/distinfo index f4112d0ec32a..8558af6cb59e 100644 --- a/textproc/unrtf/distinfo +++ b/textproc/unrtf/distinfo @@ -1,2 +1,2 @@ -SHA256 (unrtf-0.21.2.tar.gz) = acb1b093dd2c7485fc43b128ccaf665d6188f568752cec96d54b693374caddb0 -SIZE (unrtf-0.21.2.tar.gz) = 617656 +SHA256 (unrtf-0.21.3.tar.gz) = 8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536 +SIZE (unrtf-0.21.3.tar.gz) = 657647 diff --git a/textproc/unrtf/files/patch-tests__Makefile.in b/textproc/unrtf/files/patch-tests__Makefile.in deleted file mode 100644 index 2711ca6de6f5..000000000000 --- a/textproc/unrtf/files/patch-tests__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/Makefile.in.orig 2010-01-20 21:04:39.000000000 -0500 -+++ tests/Makefile.in 2010-01-20 21:04:14.000000000 -0500 -@@ -208,7 +208,7 @@ - - # add the test scripts and the test data to the distributed files - EXTRA_DIST = $(TESTS) $(testdata) --TESTS_ENVIRONMENT = UNRTF=$(top_builddir)/src/unrtf -+TESTS_ENVIRONMENT = UNRTF="$(top_builddir)/src/unrtf -P $(top_builddir)/outputs:$(top_builddir)/charmaps" - all: all-am - - .SUFFIXES: |