summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-08-13 14:46:28 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-08-13 14:46:28 +0000
commit5223f58a4891cb4b842355aa2cdaaed78d901b3c (patch)
treef186b130a66fd45a90789815010748bae1750cef /www
parentb26c6ea3388b8de12fd0b7a6853f9d87fd673ac9 (diff)
downloadfreebsd-ports-5223f58a4891cb4b842355aa2cdaaed78d901b3c.zip
Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCH
Currently they are not checked and something like PORTREVISION=foo or just PORTREVISION= is accepted. Some ports use indirection via custom variables for them so it is worthwhile to check that they are set to sane values. While here fix ports that currently have non-integer PORTREVISION or PORTEPOCH. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21225
Diffstat (limited to 'www')
-rw-r--r--www/mod_dav_svn/Makefile3
-rw-r--r--www/nuvolaplayer-all-services/Makefile2
2 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_dav_svn/Makefile b/www/mod_dav_svn/Makefile
index 7cbbab64d617..0eb8ae7a9aeb 100644
--- a/www/mod_dav_svn/Makefile
+++ b/www/mod_dav_svn/Makefile
@@ -11,9 +11,6 @@ COMMENT= Apache module for subversion serving
USES= apache:2.2+
-PORTREVISION_111= 1
-PORTREVISION_19= 0
-
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CONFIGURE_ARGS+= --with-apxs=${APXS} \
diff --git a/www/nuvolaplayer-all-services/Makefile b/www/nuvolaplayer-all-services/Makefile
index 62242443c927..82ceba47eacc 100644
--- a/www/nuvolaplayer-all-services/Makefile
+++ b/www/nuvolaplayer-all-services/Makefile
@@ -30,7 +30,7 @@ ${o}_RUN_DEPENDS=${_DATADIR:S,^${PREFIX}/,${LOCALBASE}/,}/web_apps/${NV_${o}_NAM
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