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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: biology/babel/Makefile

Number of commits found: 20

Monday, 30 Oct 2023
22:37 Rodrigo Osorio (rodrigo) search for other commits by this committer
biology/babel: Update WWW

Homepage link is dead,use last webarchive instead.
commit hash: bf70e962a3706eba52a51d2065900f3f74f82630 commit hash: bf70e962a3706eba52a51d2065900f3f74f82630 commit hash: bf70e962a3706eba52a51d2065900f3f74f82630 commit hash: bf70e962a3706eba52a51d2065900f3f74f82630 bf70e96
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:20 Tobias C. Berner (tcberner) search for other commits by this committer
biology: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Andrey Zakhvatov
  *  Bob Zimmermann <rpz@cse.wustl.edu>
  *  Camson Huynh <chuynh@biolateral.com.au>
  *  Dan Siercks <dsiercks@uwm.edu>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Hannes Hauswedell <h2+fbsdports@fsfe.org>
  *  J. Bacon <jwb@FreeBSD.org>
  *  Jason Bacon <jwb@FreeBSD.org>
  *  Jeremy <karlj000@unbc.ca>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
  *  Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
  *  Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp>
  *  Motomichi Matsuzaki <mzaki@niid.go.jp>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Razi Khaja <razi@genet.sickkids.on.ca>
  *  Reed A. Cartwright <cartwright@asu.edu>
  *  Ryo MIYAMOTO
  *  Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
  *  Sangwoo Shim <sangwoos@gmail.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Tony Maher
  *  Tony Maher <tonym@biolateral.com.au>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yonatan <onatan@gmail.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ballen
  *  barnhart@genetics.wustl.edu
  *  camson@bilateral.com.au
  *  chuynh@biolateral.com.au
  *  dbader@eece.unm.edu
  *  frankch@waru.life.nthu.edu.tw
  *  h2
  *  lentferj
  *  maho@FreeBSD.org
  *  mzaki@biol.s.u-tokyo.ac.jp
  *  tonym
  *  wen@FreeBSD.org

With hat:	portmgr
commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 37526bb
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
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
Wednesday, 2 Sep 2015
10:10 danfe search for other commits by this committer
Unbreak the build on PowerPC (at least) by always using va_copy() macro for
copying variable argument lists, not just on AMD64.
Original commitRevision:395828 
Monday, 28 Jul 2014
14:22 adamw search for other commits by this committer
Rename biology/ patch-xy patches to reflect the files they modify.
Original commitRevision:363159 
Wednesday, 15 Jan 2014
22:44 bapt search for other commits by this committer
Support stage
Reduce over inclusions of bsd.port.mk
Use BROKEN_${ARCH}
Original commitRevision:339840 
Friday, 20 Sep 2013
15:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
Original commitRevision:327709 
Wednesday, 19 Jun 2013
19:01 bsam search for other commits by this committer
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PLIST_FILES, PORTDATA and PORTDOCS;
. use standard DATADIR and DOCSDIR (rather PREFIX/foo/bar);
. remove pkg-plist.
Original commitRevision:321309 
Tuesday, 11 Dec 2012
14:24 makc search for other commits by this committer
- Mark conflict with science/openbabel
- Trim Makefile header
Original commitRevision:308698 
Thursday, 1 Apr 2010
05:16 linimon search for other commits by this committer
Mark various ports as broken or ignore on powerpc.

While here, remove remnants of alpha.
Original commit
Tuesday, 8 Jun 2004
08:19 krion search for other commits by this committer
- Remove obsolete MASTER_SITES

PR:             ports/67690
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Original commit
Sunday, 1 Feb 2004
22:02 krion search for other commits by this committer
- Fix build on AMD64
- Use DOCSDIR
Original commit
Thursday, 20 Feb 2003
16:51 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 3 Jan 2003
08:52 edwin search for other commits by this committer
update biology/babel to properly output mm3 files.

PR:             ports/42425
Submitted by:   Glenn Johnson <glennpj@charter.net>
Original commit
Sunday, 2 Dec 2001
13:09 naddy search for other commits by this committer
* Replace pkg-message about setting BABEL_DIR with a wrapper script     that
does.   * Remove misleading full path name from usage message.   * Improve
fgets() usage.   * Add converters category.   * Improve pkg-comment and
pkg-descr.    
Original commit
Saturday, 31 Mar 2001
15:51 kevlo search for other commits by this committer
- Update MASTER_SITES and WWW: line   - Support CC/CFLAGS properly   - Support
install macros   - Add PORTDOCS to pkg-plist    
Original commit
Monday, 12 Mar 2001
18:57 sf search for other commits by this committer
pass maintainership to ports@.    
Original commit
Tuesday, 16 Jan 2001
17:33 sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Original commit

Number of commits found: 20