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: print/scribus/files/patch-scribus_plugins_scriptplugin_runscriptdialog.cpp

Number of commits found: 2

Thursday, 8 Aug 2013
12:09 bsam search for other commits by this committer
. update to version 1.4.3;
. remove a patch to build with clang (it was incorporated upstream);
. take maintainership.

PR:		ports/180964
Submitted by:	bsam (me)
Approved by:	sylvio (maintainer is considered absent, did not respond to PRs for
3 months, last commit was 6+ months)
Original commitRevision:324393 
Wednesday, 19 Jun 2013
21:37 bsam search for other commits by this committer
Fix build with latest clang:
-----
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.cpp:13:43:
error: addition of default argument on redeclaration
makes this constructor a default constructor
RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) :
^ ~
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.h:24:3:
note: previous declaration is here
RunScriptDialog(QWidget* parent, bool extEnable);
^
1 error generated.
*** Error code 1
-----

PR:		ports/179042
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by:	bsam (me)
Tested by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
Approved by:	sylvio (maintainer, timeout 3+ weeks)
Original commitRevision:321333 

Number of commits found: 2