Date: Sat, 16 May 2015 13:35:46 +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: r386544 - head/databases/py-kyotocabinet Message-ID: <201505161335.t4GDZkEJ076199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 16 13:35:46 2015 New Revision: 386544 URL: https://svnweb.freebsd.org/changeset/ports/386544 Log: - Use DISTVERSIONPREFIX instead of DISTNAME Modified: head/databases/py-kyotocabinet/Makefile Modified: head/databases/py-kyotocabinet/Makefile ============================================================================== --- head/databases/py-kyotocabinet/Makefile Sat May 16 13:35:42 2015 (r386543) +++ head/databases/py-kyotocabinet/Makefile Sat May 16 13:35:46 2015 (r386544) @@ -3,12 +3,12 @@ PORTNAME= kyotocabinet PORTVERSION= 1.22 +DISTVERSIONPREFIX= python- PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding of kyotocabinet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505161335.t4GDZkEJ076199>