svn commit: r482860 - head/www/py-bjoern

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 23 17:49:58 UTC 2018


Author: sunpoet
Date: Tue Oct 23 17:49:57 2018
New Revision: 482860
URL: https://svnweb.freebsd.org/changeset/ports/482860

Log:
  Update to 2.2.3
  
  Changes:	https://github.com/jonashaag/bjoern/blob/master/CHANGELOG

Modified:
  head/www/py-bjoern/Makefile
  head/www/py-bjoern/distinfo

Modified: head/www/py-bjoern/Makefile
==============================================================================
--- head/www/py-bjoern/Makefile	Tue Oct 23 17:49:48 2018	(r482859)
+++ head/www/py-bjoern/Makefile	Tue Oct 23 17:49:57 2018	(r482860)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bjoern
-PORTVERSION=	2.2.2
+PORTVERSION=	2.2.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libev.so:devel/libev
 
-LDFLAGS+=	-lc
 USES=		localbase python
 USE_PYTHON=	autoplist concurrent distutils
+
+LDFLAGS+=	-lc
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so

Modified: head/www/py-bjoern/distinfo
==============================================================================
--- head/www/py-bjoern/distinfo	Tue Oct 23 17:49:48 2018	(r482859)
+++ head/www/py-bjoern/distinfo	Tue Oct 23 17:49:57 2018	(r482860)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534456653
-SHA256 (bjoern-2.2.2.tar.gz) = b1b236b03c0e0c44c26ed3af9733114709e9a221f0a5372bd42432a69e4abff0
-SIZE (bjoern-2.2.2.tar.gz) = 37809
+TIMESTAMP = 1540304411
+SHA256 (bjoern-2.2.3.tar.gz) = a273b1e2dd4f9962668d416409d7936bf5535d58ba3b07bfa3520c9a71c57cd1
+SIZE (bjoern-2.2.3.tar.gz) = 38822


More information about the svn-ports-all mailing list