Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 16:25:54 +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: r545430 - head/devel/py-appdirs
Message-ID:  <202008191625.07JGPscO082647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 19 16:25:54 2020
New Revision: 545430
URL: https://svnweb.freebsd.org/changeset/ports/545430

Log:
  Update to 1.4.4
  
  - Change MASTER_SITES to CHEESESHOP
  
  Changes:	https://github.com/ActiveState/appdirs/releases

Modified:
  head/devel/py-appdirs/Makefile
  head/devel/py-appdirs/distinfo

Modified: head/devel/py-appdirs/Makefile
==============================================================================
--- head/devel/py-appdirs/Makefile	Wed Aug 19 16:25:50 2020	(r545429)
+++ head/devel/py-appdirs/Makefile	Wed Aug 19 16:25:54 2020	(r545430)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	appdirs
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
@@ -12,11 +13,9 @@ COMMENT=	Python module for determining platform-specif
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	ActiveState
-
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-appdirs/distinfo
==============================================================================
--- head/devel/py-appdirs/distinfo	Wed Aug 19 16:25:50 2020	(r545429)
+++ head/devel/py-appdirs/distinfo	Wed Aug 19 16:25:54 2020	(r545430)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488984395
-SHA256 (ActiveState-appdirs-1.4.3_GH0.tar.gz) = 5ce44e43c3fd537ce1aaf72141c525aa67032a5af0a14dcf755621e69d72414b
-SIZE (ActiveState-appdirs-1.4.3_GH0.tar.gz) = 9641
+TIMESTAMP = 1597570073
+SHA256 (appdirs-1.4.4.tar.gz) = 7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
+SIZE (appdirs-1.4.4.tar.gz) = 13470



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