diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-23 14:46:37 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-23 14:46:37 +0000 |
commit | 24bf28eff1f36a61373baf68b02d29b708cb2434 (patch) | |
tree | 7cdf37f7acdf4bb5edf2c07abd044ae8b9ca0731 /textproc | |
parent | 356df709ff408556534cc0e28f8939457ad065bd (diff) | |
download | ports-24bf28eff1f36a61373baf68b02d29b708cb2434.tar.gz ports-24bf28eff1f36a61373baf68b02d29b708cb2434.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 2 | ||||
-rw-r--r-- | textproc/cost/Makefile | 2 | ||||
-rw-r--r-- | textproc/msort/Makefile | 1 | ||||
-rw-r--r-- | textproc/wordnet/Makefile | 1 | ||||
-rw-r--r-- | textproc/xml2rfc/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index af47f9e4f3c8..b52cab819f27 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -7,7 +7,7 @@ PORTNAME= catdoc PORTVERSION= 0.94.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://mirror.amdmi3.ru/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|} \ diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 5aa0f1ef17a4..4f074c76c0de 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -7,7 +7,7 @@ PORTNAME= cost PORTVERSION= 2.2p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc tcl MASTER_SITES= http://www.flightlab.com/~joe/cost/ diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 1e742349fea3..53fbf9f246dd 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -7,6 +7,7 @@ PORTNAME= msort PORTVERSION= 8.52 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 3e79f5f14f02..6e9ad7d54cf7 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -7,6 +7,7 @@ PORTNAME= WordNet PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ http://wordnet.princeton.edu/${PORTVERSION}/ diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 6948d9623614..47f28531435f 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -6,6 +6,7 @@ PORTNAME= xml2rfc PORTVERSION= 1.33 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://xml.resource.org/authoring/ EXTRACT_SUFX= .tgz |