Page MenuHomeFreeBSD

D21225.id60670.diff
No OneTemporary

D21225.id60670.diff

Index: Mk/bsd.sanity.mk
===================================================================
--- Mk/bsd.sanity.mk
+++ Mk/bsd.sanity.mk
@@ -168,6 +168,14 @@
. endif
.endfor
+.if empty(PORTEPOCH) || !empty(PORTEPOCH:C/[0-9]+//)
+DEV_ERROR+= "PORTEPOCH needs to be an integer \>= 0"
+.endif
+
+.if empty(PORTREVISION) || !empty(PORTREVISION:C/[0-9]+//)
+DEV_ERROR+= "PORTREVISION needs to be an integer \>= 0"
+.endif
+
# Whitelist of options helper lookalikes that should not be reported on:
_OPTIONS_HELPERS_SEEN+= OPENSSL_LDFLAGS
_BROKEN_OPTIONS_HELPERS=
Index: devel/elfio/Makefile
===================================================================
--- devel/elfio/Makefile
+++ devel/elfio/Makefile
@@ -3,7 +3,6 @@
PORTNAME= elfio
PORTVERSION= 3.4
-PORTREVISION=
CATEGORIES= devel
MASTER_SITES= SF/elfio/ELFIO-sources/ELFIO-${PORTVERSION}
Index: devel/subversion/Makefile.addons
===================================================================
--- devel/subversion/Makefile.addons
+++ devel/subversion/Makefile.addons
@@ -12,7 +12,7 @@
${PORTNAME}-1.[^1][0-9].[0-9]* \
${PORTNAME}-1.1[0-1].[0-9]* \
${PORTNAME}-lts-1.[0-9][0-9].[0-9]*
-PORTREVISION= ${PORTREVISION_112}
+PORTREVISION= ${PORTREVISION_112:U0}
PLIST_SUB+= SVN112="" SVNLTS="@comment "
LIB_DEPENDS+= libsvn_client-1.so:devel/subversion
OPTIONS_NAME= devel_subversion
@@ -22,7 +22,7 @@
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-lts
CONFLICTS_BUILD+= ${PORTNAME}-1.[0-9].[0-9]* \
${PORTNAME}-1.[0-9][0-9].[0-9]*
-PORTREVISION= ${PORTREVISION_LTS}
+PORTREVISION= ${PORTREVISION_LTS:U0}
PLIST_SUB+= SVN112="@comment " SVNLTS=""
LIB_DEPENDS+= libsvn_client-1.so:devel/subversion-lts
OPTIONS_NAME= devel_subversion-lts
Index: games/xboard-devel/Makefile
===================================================================
--- games/xboard-devel/Makefile
+++ games/xboard-devel/Makefile
@@ -2,8 +2,6 @@
PORTNAME= xboard-devel
PORTVERSION= 4.8.0.20151020.3
-PORTREVISION=
-PORTEPOCH=
MASTER_SITES= http://freeheimdall.spdns.org/files/
# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=snapshot;h=${COMMIT_HASH};sf=tgz
# http://hgm.nubati.net/cgi-bin/gitweb.cgi/xboard.git/snapshot/${COMMIT_HASH}
Index: games/xboard/Makefile
===================================================================
--- games/xboard/Makefile
+++ games/xboard/Makefile
@@ -4,7 +4,7 @@
PORTNAME?= xboard
PORTVERSION?= 4.9.1
PORTREVISION?= 1
-PORTEPOCH?=
+PORTEPOCH?= 0
CATEGORIES?= games
MASTER_SITES?= GNU
Index: misc/dnetc/Makefile
===================================================================
--- misc/dnetc/Makefile
+++ misc/dnetc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dnetc
PORTVERSION= ${VERSION}
-PORTREVISION= ${REVISION}
+PORTREVISION= ${REVISION:U0}
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= http://http.distributed.net/pub/dcti/v${PORTVERSION:R}/ \
Index: www/mod_dav_svn/Makefile
===================================================================
--- www/mod_dav_svn/Makefile
+++ www/mod_dav_svn/Makefile
@@ -11,9 +11,6 @@
USES= apache:2.2+
-PORTREVISION_111= 1
-PORTREVISION_19= 0
-
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CONFIGURE_ARGS+= --with-apxs=${APXS} \
Index: www/nuvolaplayer-all-services/Makefile
===================================================================
--- www/nuvolaplayer-all-services/Makefile
+++ www/nuvolaplayer-all-services/Makefile
@@ -30,7 +30,7 @@
NV_ID= ${${.CURDIR:T:S/${PORTNAME}-//}_ID}
PORTVERSION= ${NV_${NV_ID}_VERSION}
-PORTREVISION?= ${NV_${NV_ID}_REVISION}
+PORTREVISION?= ${NV_${NV_ID}_REVISION:U0}
PKGNAMESUFFIX?= -${NV_${NV_ID}_NAME}
COMMENT?= ${NV_${NV_ID}_DESC} integration for Nuvola Player

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 4:28 AM (9 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31308492
Default Alt Text
D21225.id60670.diff (3 KB)

Event Timeline