Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 19:48:32 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a4871d823e8 - main - www/py-jonpy: Update version 0.12=>0.14
Message-ID:  <202404051948.435JmWaf037245@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a4871d823e88a3c5c7fb336ac5793d080c48005

commit 1a4871d823e88a3c5c7fb336ac5793d080c48005
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-04-05 18:28:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-05 19:48:15 +0000

    www/py-jonpy: Update version 0.12=>0.14
    
    - Update MASTER_SITES to GH
    - Update WWW as the project has moved to GH
    
    Changelog: https://github.com/jribbens/jonpy/releases/tag/rel-0-14
---
 www/py-jonpy/Makefile | 13 ++++---------
 www/py-jonpy/distinfo |  5 +++--
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/www/py-jonpy/Makefile b/www/py-jonpy/Makefile
index 7f716f994fcb..a316fdd60916 100644
--- a/www/py-jonpy/Makefile
+++ b/www/py-jonpy/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	jonpy
-PORTVERSION=	0.12
+DISTVERSION=	0.14
 CATEGORIES=	www python
-MASTER_SITES=	SF
+MASTER_SITES=	https://github.com/jribbens/${PORTNAME}/releases/download/rel-0-14/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python FastCGI interface library
-WWW=		https://jonpy.sourceforge.net/
+WWW=		https://github.com/jribbens/jonpy
 
 LICENSE=	MIT
 
@@ -14,14 +14,9 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
-PORTDOCS=	*
 PORTEXAMPLES=	* .htaccess
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
-do-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
+OPTIONS_DEFINE=	EXAMPLES
 
 do-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/www/py-jonpy/distinfo b/www/py-jonpy/distinfo
index f5e10e87937e..c058e3d97195 100644
--- a/www/py-jonpy/distinfo
+++ b/www/py-jonpy/distinfo
@@ -1,2 +1,3 @@
-SHA256 (jonpy-0.12.tar.gz) = 97f4542d6759b30cbf035521331325a7a9dc1932d3c587b6ad1e3133f1e0332f
-SIZE (jonpy-0.12.tar.gz) = 52096
+TIMESTAMP = 1712341560
+SHA256 (jonpy-0.14.tar.gz) = 19e783ba90b3cff0f922efd3216e4f75becec6fd5867fecd155e7388e3d04974
+SIZE (jonpy-0.14.tar.gz) = 22328



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