diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2008-11-14 16:11:09 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2008-11-14 16:11:09 +0000 |
commit | 322a92961fa1fc7125b82b4411c25fa222dd9f70 (patch) | |
tree | 8d0eeab53936439f9a093c3030c55f30cb1365ec /news/inn-current/Makefile | |
parent | 3cd25dfe71e4a220b60b43df032f1751f3935708 (diff) | |
download | ports-322a92961fa1fc7125b82b4411c25fa222dd9f70.tar.gz ports-322a92961fa1fc7125b82b4411c25fa222dd9f70.zip |
Notes
Diffstat (limited to 'news/inn-current/Makefile')
-rw-r--r-- | news/inn-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index d11ab2969828..eae5fc66fefe 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -6,17 +6,17 @@ # PORTVERSION= ${SNAPSHOT} -PORTREVISION= 1 # Ensure master is overridden +PORTREVISION= 0 # Ensure master is overridden MASTER_SITE_ISC?= # Empty MASTER_SITES= ${MASTER_SITE_ISC:C/$/ ${MASTER_SITE_LOCAL:C/%SUBDIR%/shaun/g}/1} MASTER_SITE_SUBDIR= inn/snapshots PKGNAMESUFFIX= -${BRANCH} DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT} -BROKEN= Does not install +BROKEN= Does not install (makedbz segfaults) BRANCH= current -SNAPSHOT= 20061024 +SNAPSHOT= 20081107 CONFLICTS= inn-2.[0-9]* inn-stable-[0-9]* |