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: devel/swig30/Makefile

Number of commits found: 18

Tuesday, 14 Apr 2020
15:49 mat search for other commits by this committer
USES=lua gained flavors.

Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
Original commitRevision:531700 
Sunday, 8 Oct 2017
13:49 sunpoet search for other commits by this committer
Change PLIST_FILES, PORTDATA=*, PORTDOCS=* and PORTEXAMPLES=* to PLIST entries
Original commitRevision:451537 
Saturday, 28 Jan 2017
20:51 sunpoet search for other commits by this committer
Update to 3.0.12

Changes:	http://swig.org/release.html
Original commitRevision:432653 
Saturday, 31 Dec 2016
11:55 sunpoet search for other commits by this committer
- Update to 3.0.11

Changes:	http://swig.org/release.html
Original commitRevision:430100 
Sunday, 11 Sep 2016
17:40 amdmi3 search for other commits by this committer
- Add missing include to generated code, fixing build of irc/znc
- Fix LICENSE and add LICENSE_FILE
- Remove long obsolete REINPLACE_CMD
- Silence patching and stipping

Upstream bugreport for reference: https://github.com/swig/swig/pull/788

PR:		212196
Submitted by:	crees, amdmi3
Approved by:	maintainer timeout (sunpoet, 2 weeks)
Original commitRevision:421850 
Sunday, 26 Jun 2016
17:13 sunpoet search for other commits by this committer
- Update to 3.0.10

Changes:	http://swig.org/release.html
Original commitRevision:417540 
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 
Sunday, 3 Jan 2016
17:50 sunpoet search for other commits by this committer
- Update to 3.0.8
- Use PLIST_FILES instead of PLIST
- Remove PLIST_SUB
- Convert to new options target helper

Changes:	http://swig.org/release.html
Original commitRevision:405174 
Saturday, 3 Oct 2015
17:07 sunpoet search for other commits by this committer
- Convert to new test framework
Original commitRevision:398484 
Thursday, 13 Aug 2015
17:31 sunpoet search for other commits by this committer
- Update to 3.0.7

Changes:	http://swig.org/release.html
Original commitRevision:394080 
Monday, 6 Jul 2015
17:46 sunpoet search for other commits by this committer
- Update to 3.0.6
- Remove USE_AUTOTOOLS

Changes:	http://swig.org/release.html
Original commitRevision:391442 
Sunday, 24 May 2015
20:33 sunpoet search for other commits by this committer
- Fix --with-lua
- Regenerate patch file with makepatch:
Original commitRevision:387333 
Wednesday, 18 Feb 2015
16:19 sunpoet search for other commits by this committer
- Update to 3.0.5

Changes:	http://swig.org/release.html
Original commitRevision:379232 
Thursday, 15 Jan 2015
16:35 sunpoet search for other commits by this committer
- Update to 3.0.4

Changes:	http://swig.org/release.html
Original commitRevision:377100 
Thursday, 1 Jan 2015
16:57 sunpoet search for other commits by this committer
- Strip binary executable
Original commitRevision:376003 
16:01 sunpoet search for other commits by this committer
- Update to 3.0.3

Changes:	http://swig.org/release.html
Original commitRevision:375927 
Tuesday, 8 Jul 2014
05:44 sunpoet search for other commits by this committer
- Cleanup Makefile
Original commitRevision:361168 
Tuesday, 24 Jun 2014
18:15 sunpoet search for other commits by this committer
- Add swig 3.0.2

SWIG is a software development tool that connects programs written in C and C++
with a variety of high-level programming languages. SWIG is used with different
types of target languages including common scripting languages such as
Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages
also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro
CL, CFFI, UFFI), D, Go language, Java, Lua, Modula-3, OCAML, Octave and R. Also
several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket,
Chicken) are supported. SWIG is most commonly used to create high-level
interpreted or compiled programming environments, user interfaces, and as a tool
for testing and prototyping C/C++ software. SWIG is typically used to parse
C/C++ interfaces and generate the 'glue code' required for the above target
languages to call into the C/C++ code. SWIG can also export its parse tree in
the form of XML and Lisp s-expressions.

WWW: http://www.swig.org/
Original commitRevision:359118 

Number of commits found: 18