Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2022 10:31:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6010b9c6ad87 - main - mail/py-email-reply-parser: Move mail/py-email_reply_parser to mail/py-email-reply-parser
Message-ID:  <202208271031.27RAV0Lv047531@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6010b9c6ad876eadc915ea5c3c4e224a00809bd5

commit 6010b9c6ad876eadc915ea5c3c4e224a00809bd5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:12:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:12:19 +0000

    mail/py-email-reply-parser: Move mail/py-email_reply_parser to mail/py-email-reply-parser
---
 MOVED                                                           | 2 +-
 mail/Makefile                                                   | 2 +-
 mail/{py-email_reply_parser => py-email-reply-parser}/Makefile  | 3 ++-
 mail/{py-email_reply_parser => py-email-reply-parser}/distinfo  | 0
 mail/{py-email_reply_parser => py-email-reply-parser}/pkg-descr | 0
 5 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/MOVED b/MOVED
index 03e54b981b4a..b6e5160d95fb 100644
--- a/MOVED
+++ b/MOVED
@@ -10505,7 +10505,6 @@ security/ossec-hids-client|security/ossec-hids-agent|2018-11-09|Agent is the nam
 graphics/ImageMagick|graphics/ImageMagick6|2018-11-10|Port renamed
 graphics/ImageMagick-nox11|graphics/ImageMagick6-nox11|2018-11-10|Port renamed
 lang/gcc6-devel|lang/gcc6|2018-11-11|The GCC 6 branch has been closed, use the final release instead (or a later major version)
-mail/py-email-reply-parser|mail/py-email_reply_parser|2018-11-15|Rename to match upstream naming
 net-mgmt/vidalia||2018-11-16|Has expired: outdated and unmaintained
 german/selfhtml||2018-11-16|Has expired: Project migrated to a Wiki
 sysutils/fastest_cvsup||2018-11-16|Has expired: Obsolete, FreeBSD and OpenBSD switched from cvsup to svn and cvsync, NetBSD only have 2 servers left
@@ -17536,3 +17535,4 @@ net/zeroconf-ioslave|net/kio-zeroconf|2022-08-18|Renamed upstream
 japanese/font-hackgen-nerd|japanese/font-hackgen-nf|2022-08-20|Renamed upstream
 x11-themes/adwaita-qt|x11-themes/adwaita-qt5|2022-08-23|Renamed to make space for x11-themes/adwaita-qt6
 net/gstreamer1-plugins-libmms||2022-08-26|Microsoft deprecated MMS in 2003
+mail/py-email_reply_parser|mail/py-email-reply-parser|2022-08-27|Rename to match upstream naming
diff --git a/mail/Makefile b/mail/Makefile
index 1bce044ac384..61aeaf95d0f0 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -496,8 +496,8 @@
     SUBDIR += py-django-mailbox
     SUBDIR += py-django-mailman3
     SUBDIR += py-dkimpy
+    SUBDIR += py-email-reply-parser
     SUBDIR += py-email-validator
-    SUBDIR += py-email_reply_parser
     SUBDIR += py-flanker
     SUBDIR += py-flask-mail
     SUBDIR += py-flufl.bounce
diff --git a/mail/py-email_reply_parser/Makefile b/mail/py-email-reply-parser/Makefile
similarity index 80%
rename from mail/py-email_reply_parser/Makefile
rename to mail/py-email-reply-parser/Makefile
index c023913a4ce3..245477626734 100644
--- a/mail/py-email_reply_parser/Makefile
+++ b/mail/py-email-reply-parser/Makefile
@@ -1,8 +1,9 @@
-PORTNAME=	email_reply_parser
+PORTNAME=	email-reply-parser
 PORTVERSION=	0.5.9
 CATEGORIES=	mail python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	email_reply_parser-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	GitHubs Email Reply Parser library for python
diff --git a/mail/py-email_reply_parser/distinfo b/mail/py-email-reply-parser/distinfo
similarity index 100%
rename from mail/py-email_reply_parser/distinfo
rename to mail/py-email-reply-parser/distinfo
diff --git a/mail/py-email_reply_parser/pkg-descr b/mail/py-email-reply-parser/pkg-descr
similarity index 100%
rename from mail/py-email_reply_parser/pkg-descr
rename to mail/py-email-reply-parser/pkg-descr



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