diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 14:41:43 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 14:41:43 +0000 |
commit | fb38fae391a711e7af7880f919034250e80b6bbe (patch) | |
tree | 2271ac45102ca67e89704adc942c41c5741c88e2 /www/boa/Makefile | |
parent | 5af52680967ae701edb5e6e4d3399c40b8507d99 (diff) |
Update to 0.94.12
pkg_version -t 0.94.12.r5 0.94.12 dictated a PORTEPOCH was needed
PR: 37784
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=58706
Diffstat (limited to 'www/boa/Makefile')
-rw-r--r-- | www/boa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index 9a578dcdd3a5..2797e03219d8 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -6,10 +6,10 @@ # PORTNAME= boa -PORTVERSION= 0.94.12.r5 -CATEGORIES= www +PORTVERSION= 0.94.12 +PORTEPOCH= 1 +CATEGORIES= www ipv6 MASTER_SITES= http://www.boa.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= sysadmin@alexdupre.com |