Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:16:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441948 - head/lang/jython
Message-ID:  <201705282316.v4SNGecZ053268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 28 23:16:40 2017
New Revision: 441948
URL: https://svnweb.freebsd.org/changeset/ports/441948

Log:
  Use DISTVERSIONPREFIX instead of DISTNAME

Modified:
  head/lang/jython/Makefile

Modified: head/lang/jython/Makefile
==============================================================================
--- head/lang/jython/Makefile	Sun May 28 23:16:35 2017	(r441947)
+++ head/lang/jython/Makefile	Sun May 28 23:16:40 2017	(r441948)
@@ -3,10 +3,10 @@
 
 PORTNAME=	jython
 PORTVERSION=	2.7.0
+DISTVERSIONPREFIX=	installer-
 CATEGORIES=	lang python java
 MASTER_SITES=	https://repo1.maven.org/maven2/org/python/jython-installer/${PORTVERSION}/ \
 		http://repo1.maven.org/maven2/org/python/jython-installer/${PORTVERSION}/
-DISTNAME=	jython-installer-${PORTVERSION}
 EXTRACT_SUFX=	.jar
 
 MAINTAINER=	python@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282316.v4SNGecZ053268>