pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(time/p5-Date-DayOfWeek) fix conflict



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Tue Jul 28 18:03:12 2026 +0900
Changeset:	054f075722821c5e17b4e2c2c9c21f33140fb9d0

Modified Files:
	p5-Date-DayOfWeek/DESCR
	p5-Date-DayOfWeek/Makefile

Log Message:
(time/p5-Date-DayOfWeek) fix conflict

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=054f075722821c5e17b4e2c2c9c21f33140fb9d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Date-DayOfWeek/DESCR    | 12 ++++++------
 p5-Date-DayOfWeek/Makefile |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/p5-Date-DayOfWeek/DESCR b/p5-Date-DayOfWeek/DESCR
index 0c365cdae7..c9d88e1920 100644
--- a/p5-Date-DayOfWeek/DESCR
+++ b/p5-Date-DayOfWeek/DESCR
@@ -1,10 +1,12 @@
-TODO: Adjust the following lines from README
-
 Date-DayOfWeek
 
-There are several modules in this distribution. 
+There are several modules in this distribution.
+Date::Doomsday calculates doomsday for a particular year.
+Date::DayOfWeek uses the doomsday algorithm to calculate the day
+
+There are several modules in this distribution.
 Date::Doomsday calculates doomsday for a particular year.
-Date::DayOfWeek uses the doomsday algorithm to calculate the day 
+Date::DayOfWeek uses the doomsday algorithm to calculate the day
 of the week for any given date.
 
 Date::DayOfWeek::Birthday, Date::DayOfWeek::Sneeze and
@@ -19,5 +21,3 @@ You can find out more about doomsday and related calculations at
 http://www.interlog.com/~r937/doomsday.html
 
 This module is distributed under the same terms as Perl itself.
-
-...
diff --git a/p5-Date-DayOfWeek/Makefile b/p5-Date-DayOfWeek/Makefile
index 0a517c50de..bc8f841cee 100644
--- a/p5-Date-DayOfWeek/Makefile
+++ b/p5-Date-DayOfWeek/Makefile
@@ -2,13 +2,13 @@
 
 DISTNAME=	Date-DayOfWeek-1.22
 PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	perl5 # TODO: add primary category
+CATEGORIES=	time perl5 # TODO: add primary category
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Date/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://metacpan.org/pod/Date::DayOfWeek
 COMMENT=	Determine the day of the week for any date
-#LICENSE=	# unknown: (see mk/license.mk)
+LICENSE=	${PERL5_LICENSE}
 
 DEPENDS+=	p5-Date-Leapyear>=0:../../time/p5-Date-Leapyear
 


Home | Main Index | Thread Index | Old Index