Fix "port revision going backword".
Reported by: chkversion <kris@FreeBSD.org>
This commit is contained in:
parent
fe200ce608
commit
02928b187a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154866
3 changed files with 3 additions and 6 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
|
@ -53,7 +52,7 @@ PLIST= ${.CURDIR}/pkg-plist
|
|||
WXGTK_FLAVOR?= gtk2
|
||||
|
||||
.if ${WXGTK_FLAVOR} == "gtk2"
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CONFLICTS= wxgtk2-contrib-devel-2.5.2*
|
||||
.endif
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
|
@ -53,7 +52,7 @@ PLIST= ${.CURDIR}/pkg-plist
|
|||
WXGTK_FLAVOR?= gtk2
|
||||
|
||||
.if ${WXGTK_FLAVOR} == "gtk2"
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CONFLICTS= wxgtk2-contrib-devel-2.5.2*
|
||||
.endif
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
|
@ -53,7 +52,7 @@ PLIST= ${.CURDIR}/pkg-plist
|
|||
WXGTK_FLAVOR?= gtk2
|
||||
|
||||
.if ${WXGTK_FLAVOR} == "gtk2"
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CONFLICTS= wxgtk2-contrib-devel-2.5.2*
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue