Commit Graph
34 Commits
Author SHA1 Message Date
Joshua Root 9198ca5436 Remove use of compiler_blacklist_versions PortGroup
This PortGroup is no longer needed as of MacPorts 2.11.
2025-08-12 01:07:07 +10:00
Joshua Root 8053856e7b aqua/*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-08 08:57:04 +11:00
Joshua Root 478bc669be misc ports: add missing braces around expressions
Expressions should be wrapped in braces to avoid double evaluation.
2021-01-31 09:13:53 +11:00
Mojca MiklavecandPerry E. Metzger ad1ab4cea3 FScript: switch to GitHub PortGroup
See: https://trac.macports.org/ticket/44345
See: https://trac.macports.org/ticket/54839
2018-10-06 17:04:36 -04:00
Ryan Schmidtandci42 5dd90f4bbf Add GitHub handle ci42 to maintainers
See: https://trac.macports.org/ticket/56050
2018-04-03 22:48:59 +02:00
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Joshua Root f6b6de54ab FScript: nested pre-fetch blocks don't work
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110486 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-08-31 17:19:13 +00:00
Jeremy Huddleston Sequoia bfd7545813 FScript: Improve erroring handling
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110484 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-08-31 17:05:46 +00:00
Jeremy Huddleston Sequoia 2ac99a9f66 FScript: Fix compiler blacklisting
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110481 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-08-31 15:55:58 +00:00
Christoph Iserlohn feaa20cbcf Fscript: blacklist clang (reverts https://trac.macports.org/changeset/110367)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110470 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-08-31 08:51:14 +00:00
Jeremy Huddleston Sequoia 44be49d1ed FScript: Remove clang blacklisting. This port doesn't compile out of the box on Lion or ML with or without clang being blacklisted. Perhaps we should just remove this port since it doesn't build at all.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110367 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-08-30 18:33:16 +00:00
Christoph Iserlohn 1df7fdc97b FScript: adjust livecheck
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@99368 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-11-03 14:16:14 +00:00
Christoph Iserlohn 098b81ea47 FScript: fix livecheck
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98708 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-13 13:15:31 +00:00
Christoph Iserlohn 76cc428079 FScript: there is no 10.6 SDK on the buildbot therefore revert https://trac.macports.org/changeset/92669
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92670 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-05-03 14:47:00 +00:00
Christoph Iserlohn 10edaa59ac FScript: only builds with 10.6 SDK
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92669 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-05-03 14:27:16 +00:00
Christoph Iserlohn 47908bb28d FScript: fix build on OS X Lion (10.7)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92661 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-05-03 11:57:22 +00:00
Andrea D'Amore f91eed025f ports: replacing rpm-vercomp with vercmp in portfiles
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@89810 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-02-11 08:55:39 +00:00
Jeremy Lavergne a299d0e8fe modelines
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@84550 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-09-27 21:05:11 +00:00
Christoph Iserlohn 0e0d7ee4d3 FScript: add livecheck
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81223 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-07-27 12:39:39 +00:00
Christoph Iserlohn 68370d48d8 FScript: fetch zipped sources, ib_plugin variant rewrite, xcode 4 check - see https://trac.macports.org/ticket/29566
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@79814 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-06-26 21:17:36 +00:00
Christoph Iserlohn 10c4a43306 Changed maintainers to macports handle
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@79775 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-06-25 12:22:40 +00:00
Joshua Root 701c461a40 FScript: update to 2.1, add maintainer (https://trac.macports.org/ticket/28710), fix framework install_name (https://trac.macports.org/ticket/28095)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@76837 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-03-10 05:56:51 +00:00
Joshua Root 667fbc9f54 FScript: license
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@76291 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-02-19 22:38:55 +00:00
Rainer Müller b803bbbd02 aqua/FScript: Marking nomaintainer per port abandoned, https://trac.macports.org/ticket/21633
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@70796 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-08-21 15:58:58 +00:00
Joshua Root f68d0e7bab update maintainer address for bfulgham for avoid confusion
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@61888 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-12-23 02:35:55 +00:00