diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-16 20:59:36 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-16 20:59:36 +0000 |
commit | 16be896b778062d5533bf4d1b9de5b6a482b67af (patch) | |
tree | 9345df887107ba9173d908e5840bc389bfbe2461 /textproc | |
parent | ebc1da86f27df1270030a8215a8881eb5f700997 (diff) | |
download | ports-16be896b778062d5533bf4d1b9de5b6a482b67af.tar.gz ports-16be896b778062d5533bf4d1b9de5b6a482b67af.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cl-meta-clisp/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-meta/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-ppcre-clisp/Makefile | 1 | ||||
-rw-r--r-- | textproc/cl-ppcre/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/textproc/cl-meta-clisp/Makefile b/textproc/cl-meta-clisp/Makefile index 0148e35db5d4..8f47b4e8ffa6 100644 --- a/textproc/cl-meta-clisp/Makefile +++ b/textproc/cl-meta-clisp/Makefile @@ -6,7 +6,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-meta/Makefile b/textproc/cl-meta/Makefile index d7c09240eb2a..20bd2f1c122f 100644 --- a/textproc/cl-meta/Makefile +++ b/textproc/cl-meta/Makefile @@ -6,7 +6,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc lisp MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ diff --git a/textproc/cl-ppcre-clisp/Makefile b/textproc/cl-ppcre-clisp/Makefile index 728a5a6e6278..12b6a4c0f3f9 100644 --- a/textproc/cl-ppcre-clisp/Makefile +++ b/textproc/cl-ppcre-clisp/Makefile @@ -6,6 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/textproc/cl-ppcre/Makefile b/textproc/cl-ppcre/Makefile index ac00fbc7a58c..142265cd946e 100644 --- a/textproc/cl-ppcre/Makefile +++ b/textproc/cl-ppcre/Makefile @@ -6,6 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= textproc lisp MASTER_SITES= LOCAL/olgeni |