diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-21 01:23:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-21 01:23:00 +0000 |
commit | 98bdc37afe1306c9db4335791d38ab353deb4d6b (patch) | |
tree | 0ae89877780ae15238c50dac31db526be3c0a37f | |
parent | upgrade to 2.0.25 (diff) |
never decrease PORTEPOCH
Noticed by: kris
Pointyhat to: myself
-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} |