diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-12-30 14:57:10 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-12-30 14:57:10 +0000 |
commit | 383884c4bf360fb0d92041718384228f61420974 (patch) | |
tree | aac0fd26fe32f45b62758a55f2092e4301ac5a87 /devel/subversion16/Makefile.common | |
parent | a931d1ead7c35d09b963d1d650232634d7f17318 (diff) |
Notes
Diffstat (limited to 'devel/subversion16/Makefile.common')
-rw-r--r-- | devel/subversion16/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index be657a8eee0a..e0547b767c83 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -6,10 +6,10 @@ PORTNAME= subversion PORTVERSION= 1.5.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ - http://svnbook.red-bean.com/en/1.4/:book + http://svnbook.red-bean.com/en/1.5/:book DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main DIST_SUBDIR= subversion EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} |