Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 22:34:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472501 - head/science/py-spglib
Message-ID:  <201806152234.w5FMYTUx005541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jun 15 22:34:29 2018
New Revision: 472501
URL: https://svnweb.freebsd.org/changeset/ports/472501

Log:
  science/py-spglib: Remove stray USES; Update COMMENT; Update WWW
  
  * Clarify comment
  * Remove USES=shebangfix
  * Update WWW to have https

Modified:
  head/science/py-spglib/Makefile
  head/science/py-spglib/pkg-descr

Modified: head/science/py-spglib/Makefile
==============================================================================
--- head/science/py-spglib/Makefile	Fri Jun 15 22:28:42 2018	(r472500)
+++ head/science/py-spglib/Makefile	Fri Jun 15 22:34:29 2018	(r472501)
@@ -7,14 +7,14 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Library for finding and handling crystal symmetries
+COMMENT=	Library for finding and handling crystal symmetries (pythin binding)
 
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		python shebangfix
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/science/py-spglib/pkg-descr
==============================================================================
--- head/science/py-spglib/pkg-descr	Fri Jun 15 22:28:42 2018	(r472500)
+++ head/science/py-spglib/pkg-descr	Fri Jun 15 22:34:29 2018	(r472501)
@@ -3,4 +3,4 @@ Python library for finding and handling crystal symmet
 Spglib for python wraps the same C code that exists
 in the port science/spglib.
 
-WWW: http://atztogo.github.io/spglib/
+WWW: https://atztogo.github.io/spglib/



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