Don't override PORTREVISION from slave ports so their version
does not potentially go backwards.
This commit is contained in:
parent
83adcc4d5f
commit
21c3450486
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272941
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= xmms2
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION?= 1
|
||||
DISTVERSIONSUFFIX=DrNo
|
||||
CATEGORIES?= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
|
||||
|
|
Loading…
Reference in a new issue