svn commit: r441948 - head/lang/jython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:16:42 UTC 2017


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 at FreeBSD.org


More information about the svn-ports-all mailing list