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: www/lifetype/pkg-message

Number of commits found: 2

Saturday, 31 May 2014
22:57 marino search for other commits by this committer
www/lifetype: stage support and a lot of cleanup

I can tell lifetype is a really old port.  In addition to staging, I
took the liberty to:

* convert roll-your-own pkg-message to SUB_FILES/SUB_LIST
* convert roll-your-own PLIST to TMPPLIST
* Remove leading article from comment
* Fix double-extraction bug (templates and plugins extracted twice in
  two different places) by using EXTRACT_ONLY
* Add a license (GPLv2)
* Use ".zip" instead of EXTRACT_SUFX for aesthetic reasons, the variable
  didn't help since the rest of the file name was hardcoded
* Rewrite package list autogen and move it from pre-install target to
  post-install target. It's needed because templates, plugins change all
  the time and even without it's 4000 line plist (200kb+)
* Remove imagick option, it doesn't seem to be a php extension anymore
  as far as I can tell.  It was missing USE_PHP+= imagick in any case
* Remove references to imagick option, rewrite pre-patch warning
* Add USE_PHP+= gd to gd option to fix it
* Use TAR instead of EXTRACT_CMD or UNZIP_CMD to extract the templates and
  plugins (unzip still used for main distfile).  UNZIP_CMD current refers
  to infozip which isn't a dependency.  To avoid using EXTRACT_CMD and
  adding a new dependency on infozip, TAR was deemed the best choice since
  it clearly works fine.

This work was done independently of PR: ports/190214
Original commitRevision:356025 
Wednesday, 11 Jan 2006
02:32 clsung search for other commits by this committer
- project rename from plog to lifetype

PR:             91264
Submitted by:   clsung
Repocopy by:    marcus
Original commit

Number of commits found: 2