Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 20:52:36 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c477091cee3 - main - devel/pybugz: recognize *.diff and *.patch as text/plain
Message-ID:  <202403292052.42TKqa7t056120@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c477091cee352b9e783062234ab276bbb61d16c

commit 9c477091cee352b9e783062234ab276bbb61d16c
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-03-29 20:50:57 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-03-29 20:50:57 +0000

    devel/pybugz: recognize *.diff and *.patch as text/plain
    
    Also, make these two extensions automatically raise the patch flag.
    Also, make the patch flag set content type to text/plain, unless
    mimetypes was able to say something.
    
    Approved by:    bugmeister
---
 devel/pybugz/Makefile | 4 ++--
 devel/pybugz/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/pybugz/Makefile b/devel/pybugz/Makefile
index 80a3284457c6..9bdbe83f1ef1 100644
--- a/devel/pybugz/Makefile
+++ b/devel/pybugz/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pybugz
 DISTVERSION=	0.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 
 GH_ACCOUNT=	glebius
-GH_TAGNAME=	a583724
+GH_TAGNAME=	c45eb4b
 
 post-patch:
 	${REINPLACE_CMD} -e 's,/usr,${PREFIX},' \
diff --git a/devel/pybugz/distinfo b/devel/pybugz/distinfo
index 9eaee8df41cc..3d90088d8824 100644
--- a/devel/pybugz/distinfo
+++ b/devel/pybugz/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705522967
-SHA256 (glebius-pybugz-0.14-a583724_GH0.tar.gz) = 027691570772a18dcdb4571e43cab627f67d9088bd89e887d8ba01ed18bcebfb
-SIZE (glebius-pybugz-0.14-a583724_GH0.tar.gz) = 28226
+TIMESTAMP = 1711740331
+SHA256 (glebius-pybugz-0.14-c45eb4b_GH0.tar.gz) = 560e34c3542cf46ce0bb3174a30a84170e03441e27e232c682b62084737ea754
+SIZE (glebius-pybugz-0.14-c45eb4b_GH0.tar.gz) = 28268



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