summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.0.17Matthew Seaman2013-08-042-3/+3
| | | | | | | | | | | | Yet another regression present in releases 4.0.14, 4.0.15, 4.0.16. This one prevents upgrading from version 3.x. If you are already running 4.0.{14,15,16} then you do not need to upgrade. Announcement: http://blog.bestpractical.com/2013/08/rt-4017-released.html ChangeLog: https://github.com/bestpractical/rt/compare/rt-4.0.16...rt-4.0.17 Notes: svn path=/head/; revision=324221
* Add patches to build and work with Apache-2.4 (whichMikhail Teterin2013-08-033-1/+41
| | | | | | | | | | | | has special requrements for users of ap_log_error()) and Tcl-8.6 (which uses -fvisibility=hidden if it can). No functional changes for those, who were able to build before, thus no PORTREVISION bump (I wish, previous committer followed this rule too). Notes: svn path=/head/; revision=324206
* - Update to 28.0.1500.95 [1]Rene Ladan2013-08-032-5/+4
| | | | | | | | | | | - FreeBSD 9 has a new enough binutils in base, use that [2] PR: ports/180974 [2] Submitted by: Ilia Skalozubov <skinc@skinc.ru> Security: http://vuxml.freebsd.org/freebsd/69098c5c-fc4b-11e2-8ad0-00262d5ed8ee.html [2] Notes: svn path=/head/; revision=324197
* - Convert to new perl frameworkMathieu Arnold2013-08-036-7/+12
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* Remove expired port:Rene Ladan2013-08-034-46/+0
| | | | | | | 2013-08-03 www/mod_macro24: part of Apache 2.4.6 and newer Notes: svn path=/head/; revision=324184
* - Convert to new perl frameworkAndrej Zverev2013-08-0320-86/+35
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324180
* - Convert to new perl frameworkMathieu Arnold2013-08-0215-25/+32
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324175
* - Convert to new perl frameworkMathieu Arnold2013-08-02298-1319/+803
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert to new perl frameworkAndrej Zverev2013-08-0240-40/+80
| | | | Notes: svn path=/head/; revision=324171
* www/rssroll: update to 0.4William Grzybowski2013-08-022-3/+5
| | | | | | | | | | | | | - Update to 0.4 [1] - Add LICENSE (BSD) Changes: http://chaosophia.net/rssroll/docs/ChangeLog PR: ports/180998 Submitted by: Nikola Kolev <koue chaosophia.net> (maintainer) Notes: svn path=/head/; revision=324170
* - Update to 0.14 [1]Frederic Culot2013-08-022-4/+5
| | | | | | | | | | | - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/Changes PR: ports/180977 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=324156
* Remove expired ports:Rene Ladan2013-08-025-104/+0
| | | | | | | | | 2013-08-01 mail/qmrtg: lacks an upstream source 2013-08-01 www/mediawiki118: Unmaintained upstream 2013-08-01 sysutils/googlog: no upstream project Notes: svn path=/head/; revision=324155
* Properly detect and use clang from ports on FreeBSD < 9.2.Rene Ladan2013-08-021-3/+6
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=324153
* - Update to 0.17Matthew Seaman2013-08-022-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/TSIBLEY/RTx-Calendar-0.17/CHANGES Notes: svn path=/head/; revision=324143
* Convert all my perl-using ports to USES+=perl5Matthew Seaman2013-08-016-14/+19
| | | | | | | | | | | | | | | | While here: - add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex - set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix for www/rt40 - upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth - trim Makefile header for www/p5-RTx-Calendar Notes: svn path=/head/; revision=324134
* - Update to new Perl frameworkMark Felder2013-07-311-3/+4
| | | | | | | | | - Fix my email address Approved by: swills (mentor) Notes: svn path=/head/; revision=324065
* Add missing MASTER_SITES (reported by pkg-fallout)Antoine Brodin2013-07-311-0/+1
| | | | Notes: svn path=/head/; revision=324062
* Fix fetch.Mathieu Arnold2013-07-311-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=324045
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] Notes: svn path=/head/; revision=324037
* Ops, fix double use of USESAndrej Zverev2013-07-311-3/+2
| | | | Notes: svn path=/head/; revision=324033
* - Convert to new perl order (fix build)Andrej Zverev2013-07-311-6/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324032
* Convert to new perl order, add perl as patch dependencyBaptiste Daroussin2013-07-311-7/+4
| | | | Notes: svn path=/head/; revision=324028
* Convert to new perl order this fixes an undetermined falloutBaptiste Daroussin2013-07-311-6/+3
| | | | Notes: svn path=/head/; revision=324026
* Convert to new perl order this fixes an undetermined falloutBaptiste Daroussin2013-07-311-6/+3
| | | | Notes: svn path=/head/; revision=324024
* Fix p5-libapreq2 with new perl orderBaptiste Daroussin2013-07-311-7/+3
| | | | | | | Use REINPLACE_CMD in post-patch instead of plain perl Notes: svn path=/head/; revision=324019
* Update to 5.0.9Kevin Lo2013-07-312-3/+3
| | | | Notes: svn path=/head/; revision=324018
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-3110-23/+23
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* Update to 2.03pre20Andrey A. Chernov2013-07-302-4/+4
| | | | Notes: svn path=/head/; revision=323997
* Update c-icap-modules to 0.2.4Martin Matuska2013-07-302-7/+4
| | | | Notes: svn path=/head/; revision=323990
* Update c-icap to 0.2.5Martin Matuska2013-07-302-3/+3
| | | | Notes: svn path=/head/; revision=323989
* - Update to 0.10.1Olivier Duchateau2013-07-305-34/+200
| | | | | | | | | | - Trim Makefile header - Rewrite COMMENT entry (Makefile) - Remove patch - Replace tab by space in WWW entry (pkg-descr) Notes: svn path=/head/; revision=323987
* - Update to 0.9.3Olivier Duchateau2013-07-306-235/+127
| | | | | | | | | | | | | | - Trim Makefile header - Convert to new option framework - Sort pkg-plist file - Remove patches PR: 180853 Submitted by: myself Approved by: moggie (maintainer) Notes: svn path=/head/; revision=323984
* Use clang from ports on FreeBSD < 9.2 to preventRene Ladan2013-07-301-3/+3
| | | | | | | | | | | | non-clickable links in tables. While here remove no-op MAKE_JOBS_SAFE Bump PORTREVISION Submitted by: George Liaskos Notes: svn path=/head/; revision=323982
* Update to version 1.1.40.Boris Samorodov2013-07-302-3/+3
| | | | Notes: svn path=/head/; revision=323972
* - Update to 4.0.16Matthew Seaman2013-07-302-3/+3
| | | | | | | | | | | Fix another regression in release 4.0.15^W4.0.14: Attempting to run the Shredder tool from the command line would fail with a compile-time error. Changes: https://github.com/bestpractical/rt/compare/rt-4.0.15...rt-4.0.16 Notes: svn path=/head/; revision=323941
* Update to 2.03pre19Andrey A. Chernov2013-07-292-4/+4
| | | | Notes: svn path=/head/; revision=323922
* - Update dependency.Jun Kuriyama2013-07-292-7/+3
| | | | | | | | PR: ports/180391 Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Notes: svn path=/head/; revision=323892
* - Fix WWW: line in pkg-descr.Jun Kuriyama2013-07-292-6/+3
| | | | | | | | PR: ports/180644 Submittedy b: Chris H <bsd-lists@1command.com> Notes: svn path=/head/; revision=323887
* - Expand creator's name in Makefile header to make it more standardAlexey Dokuchaev2013-07-292-3/+7
| | | | | | | | | | | - Fix the build: scripts/configure was not being run because do-configure target in b.p.m. was masked out by the one inside Uses/imake.mk - Slightly improve on wording in COMMENT and port description Reported by: pointyhat-west Notes: svn path=/head/; revision=323880
* Give my maintainership to Chris PetrikCarlo Strub2013-07-281-1/+1
| | | | Notes: svn path=/head/; revision=323845
* - Remove dependency on rdoc port, the one bundled with lang/ruby19 is sufficientSteve Wills2013-07-282-2/+25
| | | | Notes: svn path=/head/; revision=323826
* - Fix inner makefiles so the port is make jobs safe nowAlexey Dokuchaev2013-07-282-16/+11
| | | | | | | | | | | - Do not overwrite WRKSRC, it is both unneeded and inconvenient - Define LICENSE (GPLv2) and clean up Makefile while I'm here - Improve on port description text, remove author attribution Reported by: pointyhat-west Notes: svn path=/head/; revision=323821
* - Fix some really brain-damaged build logic, to make port jobs-safeAlexey Dokuchaev2013-07-281-22/+24
| | | | | | | | | | - Tighten Makefile header and COMMENT line - Convert to OptionsNG and clean it up a bit while I am here Reported by: pointyhat-west Notes: svn path=/head/; revision=323820
* - Update to 2.9Sunpoet Po-Chuan Hsieh2013-07-272-3/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-persistent/blob/master/History.txt Notes: svn path=/head/; revision=323804
* - Update to 1.4Sunpoet Po-Chuan Hsieh2013-07-272-3/+3
| | | | | | | Changes: https://github.com/drbrain/net-http-digest_auth/blob/master/History.txt Notes: svn path=/head/; revision=323803
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-271-6/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323797
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-276-30/+18
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* - Update to 0.10.15Steve Wills2013-07-272-3/+3
| | | | | | | | PR: ports/180883 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=323787
* Deprecate and set expiration date for ports broken for more than 6 monthBaptiste Daroussin2013-07-262-0/+4
| | | | Notes: svn path=/head/; revision=323759
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-269-1916/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748