Date: Fri, 16 Aug 2019 06:42:48 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509065 - head/security/bastillion Message-ID: <201908160642.x7G6gmm6020943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: netchild Date: Fri Aug 16 06:42:47 2019 New Revision: 509065 URL: https://svnweb.freebsd.org/changeset/ports/509065 Log: Improvements to the port MAkefile, no package changes. Suggested by: mat Modified: head/security/bastillion/Makefile Modified: head/security/bastillion/Makefile ============================================================================== --- head/security/bastillion/Makefile Fri Aug 16 05:59:26 2019 (r509064) +++ head/security/bastillion/Makefile Fri Aug 16 06:42:47 2019 (r509065) @@ -1,13 +1,11 @@ # $FreeBSD$ PORTNAME= bastillion -PORTVERSION= 3.06.04 -DVERSION= 3.06_04 -DISTVERSIONPREFIX= v +DISTVERSIONPREFIX= jetty-v +DISTVERSION= 3.06_04 #PKGNAMESUFFIX= 0 CATEGORIES= security www java -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ -DISTNAME= ${PORTNAME}-jetty-v${DVERSION} +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ MAINTAINER= netchild@FreeBSD.org COMMENT= Web-based SSH console
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908160642.x7G6gmm6020943>