notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: german/BBBike/Makefile

Number of commits found: 44

Saturday, 24 Feb 2024
09:03 Muhammad Moinur Rahman (bofh) search for other commits by this committer
german/BBBike: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 0ac4da8cc5e3e76ad5b34d99299c5fd4c7af262e commit hash: 0ac4da8cc5e3e76ad5b34d99299c5fd4c7af262e commit hash: 0ac4da8cc5e3e76ad5b34d99299c5fd4c7af262e commit hash: 0ac4da8cc5e3e76ad5b34d99299c5fd4c7af262e 0ac4da8
Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
german: remove 'Created by' lines

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

  *  Andreas Fehlner (fehlner@gmx.de)
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Slaven Rezic <eserte@cs.tu-berlin.de>
  *  Thierry Thomas <thierry@pompo.net>
  *  hq@FreeBSD.org
  *  miwi
  *  n@nectar.com
  *  wosch

With hat:	portmgr
commit hash: 2fa7a3929be286f19d14809d9e05e9f7b5afeea0 commit hash: 2fa7a3929be286f19d14809d9e05e9f7b5afeea0 commit hash: 2fa7a3929be286f19d14809d9e05e9f7b5afeea0 commit hash: 2fa7a3929be286f19d14809d9e05e9f7b5afeea0 2fa7a39
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 10 Sep 2018
13:11 mat search for other commits by this committer
After an include, PLIST_SUB must be appended to, not overwritten.

If it is overwritten, many values will be clobbered, and
pain will ensue.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479405 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 17 Dec 2015
17:19 mat search for other commits by this committer
Fix usage of ${PERL5}.

${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:403913 
Sunday, 25 Oct 2015
00:06 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
Original commitRevision:400140 
Saturday, 3 Jan 2015
07:12 sunpoet search for other commits by this committer
- Update *_DEPENDS
- Bump PORTREVISION for dependency change
- While I'm here, fix check-plist error

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: BBBike/tmp/.keep_me
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/german/BBBike
====>> Error: check-plist failures detected
Original commitRevision:376093 
Monday, 20 Oct 2014
15:54 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371278 
Monday, 11 Aug 2014
21:23 marino search for other commits by this committer
german/BBBike: Clear up build warnings caused by early shell command

PR:		190667
Reported by:	Sean Bruno
Submitted by:	eserte12 (yahoo.de)
Approved by:	Just Fix It
Original commitRevision:364667 
Wednesday, 6 Aug 2014
23:27 marino search for other commits by this committer
Stage german/BBBike

PR:		190667
Submitted by:	maintainer (Slaven Rezic)
Original commitRevision:364231 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Friday, 20 Sep 2013
18:30 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
german)
Original commitRevision:327732 
Wednesday, 11 Sep 2013
09:36 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326956 
Saturday, 6 Jul 2013
09:18 lme search for other commits by this committer
- Fix plist
- While here, use new Makefile header

PR:		ports/180281
Submitted by:	maintainer
Original commitRevision:322373 
Saturday, 27 Apr 2013
10:04 stefan search for other commits by this committer
Update to 3.18.

PR:		177033
Submitted by:	Slaven Rezic (maintainer)
Original commitRevision:316659 
Saturday, 30 Jun 2012
14:48 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 2 Apr 2010
11:45 pav search for other commits by this committer
- Update to 3.17

PR:             ports/144906
Submitted by:   Slaven Rezic <slaven@rezic.de> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Tuesday, 24 Feb 2009
10:28 skv search for other commits by this committer
Drop support for old Perl.
Original commit
Friday, 1 Feb 2008
12:16 miwi search for other commits by this committer
- Update to 3.16

PR:             119957
Submitted by:   Slaven Rezic <slaven@rezic.de> (Maintainer)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 13 Sep 2006
10:53 miwi search for other commits by this committer
- Fix PLIST_IN entry

PR:             ports/102977
Submitted by:   Stefan Sperling <freebsd-gnats(at)stsp.in-berlin.de>
Approved by:    Slaven Rezic (maintainter)
Original commit
Tuesday, 20 Dec 2005
12:40 edwin search for other commits by this committer
Update of german/BBBike port

        Update from 3.14 to 3.15.

PR:             ports/90258
Submitted by:   Slaven Rezic <slaven@rezic.de>
Original commit
Thursday, 26 May 2005
22:31 pav search for other commits by this committer
- Update to 3.14

PR:             ports/80474
Submitted by:   Slaven Rezic <slaven@rezic.de> (maintainer)
Original commit
Monday, 29 Mar 2004
20:57 pav search for other commits by this committer
- Fix packaging

PR:             ports/64317
Submitted by:   Slaven Rezic <slaven@rezic.de> (maintainer)
Original commit
Monday, 9 Feb 2004
01:37 kris search for other commits by this committer
BROKEN on 5.x: broken pkg-plist
Original commit
Wednesday, 21 Jan 2004
09:59 pav search for other commits by this committer
- Update to 3.13

PR:             ports/61570
Submitted by:   Slaven Rezic <slaven@rezic.de> (maintainer)
Original commit
Friday, 24 Oct 2003
12:05 ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Friday, 21 Feb 2003
12:06 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 13 Jan 2003
15:01 arved search for other commits by this committer
Update to 3.12

PR:             47004
Submitted by:   Slaven Rezic <slaven@rezic.de>
Original commit
Friday, 6 Sep 2002
12:56 okazaki search for other commits by this committer
Fix a syntax error of the Makefile.
String comparison operator should be either == or !=.

PR:             33519, 40844
Submitted by:   Vivek Khera <khera@kciLink.com>,
                "Matthew D.Fuller" <fullermd@over-yonder.net>
Approved by:    maintainer
Original commit
Tuesday, 30 Jul 2002
16:07 naddy search for other commits by this committer
Fix master site.

PR:             41154
Submitted by:   Slaven Rezic <slaven.rezic@berlin.de>
Original commit
Monday, 15 Jul 2002
10:55 ijliao search for other commits by this committer
upgrade to 3.11

PR:             40553
Submitted by:   maintainer
Original commit
Tuesday, 29 Jan 2002
10:53 knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Original commit
Wednesday, 9 May 2001
10:49 alex search for other commits by this committer
Update to version 3.03.   This update is a compatiblity updates for systems with
Perl 5.6.0   and 5.00503.    
Original commit
Tuesday, 19 Dec 2000
11:36 wosch search for other commits by this committer
Here's an update from 2.xx to 3.01.    
Original commit

Number of commits found: 44