svn commit: r509065 - head/security/bastillion

Alexander Leidinger netchild at FreeBSD.org
Fri Aug 16 06:42:48 UTC 2019


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 at FreeBSD.org
 COMMENT=	Web-based SSH console


More information about the svn-ports-all mailing list