Date: Sun, 25 Oct 2020 07:37:13 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r553259 - in head/deskutils/calendar: . files Message-ID: <202010251437.09PEbDxN004209@slippy.cwsent.com> In-Reply-To: <202010251146.09PBknxk016101@repo.freebsd.org> References: <202010251146.09PBknxk016101@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <202010251146.09PBknxk016101@repo.freebsd.org>, =?UTF-8?Q?Stefan_E=c 3=9fer?= writes: > Author: se > Date: Sun Oct 25 11:46:49 2020 > New Revision: 553259 > URL: https://svnweb.freebsd.org/changeset/ports/553259 > > Log: > Port of the FreeBSD calendar program from -CURRENT > > This version of the calendar program includes data file locations > populated by the calendar-data port in the search path. > > It is meant to provide this feature to users of FreeBSD releases that > have not received the updated calendar program, yet. > > Development of the calendar program will continue in the base system > and the port will be updated to reflect changes made to the calendar > program in FreeBSD-CURRENT. > > Different from the version in -CURRENT this port does not warn about > missing calendar files provided by the calendar-data port since it has > this port declared as a run-time dependency and it can therefore be > assumed that the data port has been installed with this port. > > This port uses a preliminary location for the repository to fetch from. > > It is expected to be updated to an official repository with updated sources > that eliminate the need for the patches that are currently required. > > Added: > head/deskutils/calendar/ > head/deskutils/calendar/Makefile (contents, props changed) > head/deskutils/calendar/distinfo (contents, props changed) > head/deskutils/calendar/files/ > head/deskutils/calendar/files/patch-Makefile (contents, props changed) > head/deskutils/calendar/files/patch-calendar.h (contents, props changed) > head/deskutils/calendar/files/patch-io.c (contents, props changed) > head/deskutils/calendar/files/patch-pathnames.h (contents, props changed) > head/deskutils/calendar/pkg-descr (contents, props changed) > > Added: head/deskutils/calendar/Makefile > ============================================================================= > = > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/deskutils/calendar/Makefile Sun Oct 25 11:46:49 2020 (r55325 > 9) > @@ -0,0 +1,31 @@ > +# $FreeBSD$ > + > +PORTNAME= calendar > +DISTVERSION= 0.1 > +CATEGORIES= deskutils > + > +MAINTAINER= se@FreeBSD.org > +COMMENT= Port of the FreeBSD calendar program > + > +LICENSE= BSD3CLAUSE > + > +RUN_DEPENDS= ${LOCALBASE}/share/calendar/calendar.all:deskutils/calendar-dat > a [00:00:07] Ports supports: FLAVORS SELECTED_OPTIONS [00:00:07] Gathering ports metadata [00:00:07] Warning: (deskutils/calendar): Error: deskutils/calendar depends on nonexistent origin 'deskutils/calendar-data'; Please contact maintainer of the port to fix this. [00:00:07] Error: Fatal errors encountered gathering ports metadata -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: https://FreeBSD.org NTP: <cy@nwtime.org> Web: https://nwtime.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010251437.09PEbDxN004209>