- Move PORTVERSION out of Makefile.common into new file Makefile.inc
- Needed to help INDEX build for ../svnmerge which used != PR: ports/164584 Submitted by: scheidell (me) Reviewed by: lev (maintainer) Approved by: lev (maintainer, via private email), gabor (mentor, implicit)
This commit is contained in:
parent
dc2cf4584f
commit
17db95d385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291369
2 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= 1.6.17
|
||||
PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync.
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
|
||||
|
@ -41,6 +41,7 @@ OPTIONS=
|
|||
.endif
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include "Makefile.inc"
|
||||
|
||||
# Default is "on"
|
||||
.if !defined(WITHOUT_NEON)
|
||||
|
|
4
devel/subversion16/Makefile.inc
Normal file
4
devel/subversion16/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# this keeps subversion16 and ../svnmerge in sync, see pr 164854
|
||||
|
||||
PORTVERSION= 1.6.17
|
Loading…
Reference in a new issue