diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-06-21 09:23:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-06-21 09:23:00 +0800 |
commit | a769e50a04cdd91505bd13ac0ea3fa961036479b (patch) | |
tree | 21950edc9f89ec0f34f8228b1db90224505087c1 /textproc/highlight | |
parent | c700e16056a2f18c49bf4064e94e8ae2c63f8054 (diff) | |
download | freebsd-ports-gnome-a769e50a04cdd91505bd13ac0ea3fa961036479b.tar.gz freebsd-ports-gnome-a769e50a04cdd91505bd13ac0ea3fa961036479b.tar.zst freebsd-ports-gnome-a769e50a04cdd91505bd13ac0ea3fa961036479b.zip |
never decrease PORTEPOCH
Noticed by: kris
Pointyhat to: myself
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index d3df3ae62d2a..096b26df9376 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -7,7 +7,7 @@ PORTNAME= highlight PORTVERSION= 2.0.25 -PORTEPOCH= 0 +PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} |