Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103230839
D28166.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
634 B
Referenced Files
None
Subscribers
None
D28166.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -557,7 +557,7 @@
.endif
.if !defined(PKG_VERSION)
-.if ${_BRANCH:MSTABLE*} || ${_BRANCH:MCURRENT*}
+.if ${_BRANCH:MSTABLE*} || ${_BRANCH:MCURRENT*} || ${_BRANCH:MPRERELEASE*}
TIMENOW= %Y%m%d%H%M%S
EXTRA_REVISION= .s${TIMENOW:gmtime}
.elif ${_BRANCH:MALPHA*}
@@ -566,8 +566,6 @@
EXTRA_REVISION= _${_BRANCH:C/-BETA/.b/}
.elif ${_BRANCH:MRC*}
EXTRA_REVISION= _${_BRANCH:C/-RC/.r/}
-.elif ${_BRANCH:MPRERELEASE*}
-EXTRA_REVISION= _${_BRANCH:C/-PRERELEASE/.p/}
.elif ${_BRANCH:M*-p*}
EXTRA_REVISION= _${_BRANCH:C/.*-p([0-9]+$)/\1/}
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 11:13 AM (18 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14799128
Default Alt Text
D28166.diff (634 B)
Attached To
Mode
D28166: pkgbase: collapse -PRERELEASE into STABLE/CURRENT case for version suffix
Attached
Detach File
Event Timeline
Log In to Comment