notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: deskutils/plan/Makefile
SVNWeb

Number of commits found: 30

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a  commit hash:4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a  commit hash:4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a  4dd7a74  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
deskutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alex "lissyara" Keda <admin@lissyara.su>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Hsu <ahsu@users.sf.net>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Anton Berezin <tobez@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Feb 2022
[ 22:24 Cy Schubert (cy) search for other commits by this committer ]    commit hash:86afb138d28a8f79e2e50f4103edb9f1d3178c10  commit hash:86afb138d28a8f79e2e50f4103edb9f1d3178c10  commit hash:86afb138d28a8f79e2e50f4103edb9f1d3178c10  86afb13 
deskutils/plan: Update to 1.12

This version of plan includes many bug fixes and a new feature. Look
at the HISTORY file in the source tarball to see what has changed.
[ 22:24 Cy Schubert (cy) search for other commits by this committer ]    commit hash:94a3c67e0b1ee5c1bb1fd743947e964a53ef243f  commit hash:94a3c67e0b1ee5c1bb1fd743947e964a53ef243f  commit hash:94a3c67e0b1ee5c1bb1fd743947e964a53ef243f  94a3c67 
deskutils/plan: Restructure fetch

A newer release of plan may be found on ftp.bitrot.de. However only port
(non-passive) FTP works. FETCH_ARGS are adjusted to circumvent this.
Also, mirror on my site to avoid FTP entirely.
[ 20:21 Cy Schubert (cy) search for other commits by this committer ]    commit hash:fd53e6ba9ef6a35f253d439e23d720aa1d86b476  commit hash:fd53e6ba9ef6a35f253d439e23d720aa1d86b476  commit hash:fd53e6ba9ef6a35f253d439e23d720aa1d86b476  fd53e6b 
deskutils/plan: Add Family Day (Canada)

The various Canadian provinces and territories have added a new
provincial holiday called in most provinces Family Day. Though,
it is called Louis Riel Day in Manitoba, Islandar Day in
Prince Edward Island, Nova Scotia Heritage Day in that province,
and Yukon Heritage Day in that territory. It is generally called
Family Day because all other Canadian provinces call it that.

Family Day falls on the same day as President's Day does in the US.

See also:	https://en.wikipedia.org/wiki/Family_Day_(Canada)
		https://www2.gov.bc.ca/gov/content/governments/ \
			celebrating-british-columbia/bc-family-day
		https://www.statutoryholidays.com/family-day.php
Mon, 17 Jan 2022
[ 13:20 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:07389cd463ddec99ddadfa42843e2f6d879ee023  commit hash:07389cd463ddec99ddadfa42843e2f6d879ee023  commit hash:07389cd463ddec99ddadfa42843e2f6d879ee023  07389cd  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
*: Sweep up new CONFLICTS_INSTALL mess

- Fix typos
- Fix overwritten master/slave variables

I'm assuming the entries are correct otherwise.

Reported by:	portscan
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 18 Mar 2016
[ 06:35 cy search for other commits by this committer ] Original commit   Revision:411329
Take maintainership.
Tue, 18 Aug 2015
[ 10:01 mat search for other commits by this committer ] Original commit   Revision:394566
OSVERSION is always > 900006.

Sponsored by:	Absolight
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Sun, 2 Feb 2014
[ 14:04 antoine search for other commits by this committer ] Original commit   Revision:342295
Stage support
Fri, 20 Sep 2013
[ 16:21 bapt search for other commits by this committer ] Original commit   Revision:327718 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Wed, 10 Jul 2013
[ 06:49 bapt search for other commits by this committer ] Original commit   Revision:322620 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert from USE_MOTIF to USES=motif
Wed, 27 Jan 2010
[ 01:03 miwi search for other commits by this committer ] Original commit 
- Fix build on HEAD

PR:             143236
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Reviewed by:    ed@
Sun, 11 Oct 2009
[ 12:55 miwi search for other commits by this committer ] Original commit 
- Update to 1.10.1

PR:             139430
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Fri, 13 Mar 2009
[ 23:27 shaun search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Free most of my ports, since they aren't being maintained to a
reasonable standard.
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Mon, 19 Jun 2006
[ 20:06 shaun search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
Sat, 13 May 2006
[ 17:27 itetcu search for other commits by this committer ] Original commit 
- Update plan to 1.9
- Respect NOPORTDOCS
- Use DOCSDIR, EXAMPLESDIR, DATADIR macros
- Update WWW line in pkg-descr
- Rename patches to new scheme
- Pass maintainership to submiter

PR:             ports/97155
Submitted by:   Shaun Amott <shaun@inerd.com>
Approved by:    lawrance (mentor)
Fri, 25 Nov 2005
[ 22:29 pav search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Style: ports@freebsd.org -> ports@FreeBSD.org
Fri, 3 Sep 2004
[ 20:37 deischen search for other commits by this committer ] Original commit 
Turn maintainership over to ports - I don't use this any longer.
Sun, 8 Feb 2004
[ 15:42 deischen search for other commits by this committer ] Original commit 
Remove MASTER_SITE_XCONTRIB from MASTER_SITES.

Pr:     62492
Wed, 12 Nov 2003
[ 20:31 deischen search for other commits by this committer ] Original commit 
Update plan to 1.8.7.  Also incorporated are some portlint fixes.

Submitted by:   Sean Farley <sean-freebsd@farley.org>
Sun, 23 Mar 2003
[ 23:24 deischen search for other commits by this committer ] Original commit 
Update to version 1.8.6.
Fri, 7 Mar 2003
[ 05:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sun, 1 Dec 2002
[ 02:07 kris search for other commits by this committer ] Original commit 
Protect post-install target which is redefined by a slave port.
Tue, 6 Feb 2001
[ 08:52 obrien search for other commits by this committer ] Original commit 
Minor tweak of WRKSRC needed by ja-plan.    
Tue, 7 Nov 2000
[ 23:28 asami search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Change motif to a normal dependency.  REQUIRES_MOTIF is now called   USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As   before, it implies
USE_XPM (and therefore USE_XLIB).  Motif-dummy is   removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.    

Number of commits found: 30