diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-04-20 20:58:41 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-04-20 20:58:41 +0800 |
commit | 2ff2de53cbf922c505334f2e8d3ad94eacf504f8 (patch) | |
tree | fa3fefcdc5d7e09eafbd6742c1f5c61bcc5ac837 /textproc/cl-meta | |
parent | 09d43dc9598c896c3b598b9b5d25fdfd2bf4fda5 (diff) | |
download | freebsd-ports-gnome-2ff2de53cbf922c505334f2e8d3ad94eacf504f8.tar.gz freebsd-ports-gnome-2ff2de53cbf922c505334f2e8d3ad94eacf504f8.tar.zst freebsd-ports-gnome-2ff2de53cbf922c505334f2e8d3ad94eacf504f8.zip |
Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by: edwin
Diffstat (limited to 'textproc/cl-meta')
-rw-r--r-- | textproc/cl-meta/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/cl-meta/Makefile b/textproc/cl-meta/Makefile index ca445d796761..d7c09240eb2a 100644 --- a/textproc/cl-meta/Makefile +++ b/textproc/cl-meta/Makefile @@ -7,6 +7,7 @@ PORTNAME= meta PORTVERSION= 0.1 PORTREVISION= 2 +PORTEPOCH= 1 CATEGORIES= textproc lisp MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ ftp://ftp.ntnu.no/pub/lisp/cclan/ \ |