notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/rt40/Makefile.cpan
SVNWeb

Number of commits found: 17

Fri, 15 Apr 2016
[ 11:36 matthew search for other commits by this committer ] Original commit   Revision:413334
Remove CONFLICTS_INSTALL against rt38 which is long gone from ports.

Remove a stray ${PORTSDIR} that escaped mat's purge [1]

Reported by:	garga [1]
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 29 Aug 2015
[ 21:05 matthew search for other commits by this committer ] Original commit   Revision:395567
Prepare for perl-5.22

  - Add dependency on www/p5-CGI conditional on perl version.  CGI is
    no-longer a core module with 5.22.

  - Make the default web server interface Apache + FCGI rather than
    Apache + mod_perl.  Current versions of mod_perl aren't compatible
    with perl-5.22
Sun, 8 Mar 2015
[ 12:56 matthew search for other commits by this committer ] Original commit   Revision:380772
Security update to 4.0.23

   - Now requires p5-Encode >= 2.64 from the converters/p5-Encode
     port, as the version bundled with perl is too old.
   - Modernize plist

No database schema changes are required with this update.

ChangeLog:     https://bestpractical.com/release-notes/rt/4.0.23
Security
Advisory:	http://blog.bestpractical.com/2015/02/security-vulnerabilities-in-rt.html

MFH:		2015Q1
Security:	d08f6002-c588-11e4-8495-6805ca0b3d42
Sun, 14 Sep 2014
[ 15:31 matthew search for other commits by this committer ] Original commit   Revision:368189
Update to 4.0.22

       - USES_PGSQL -> USES+= pgsql
       - Remove Sourceforge from MASTER_SITES: it only ever had rt-4.0.16
         available
       - Now that the problems with UTF8 in the DB have been solved, switch
         back to depending on p5-DBD-Pg rather than p5-DBD-Pg32
Wed, 30 Jul 2014
[ 12:55 matthew search for other commits by this committer ] Original commit   Revision:363473
Update to 4.0.21

  Note: For Postgresql users -- this version of RT requires a
  down-graded copy of DBD::Pg which is supplied by the new
  databases/p5-DBD-Pg32 port.  This may cause conflicts if you have
  other consumers of p5-DBD-Pg installed.

ReleaseNotes:	http://bestpractical.com/release-notes/rt/4.0.21
Thu, 25 Jul 2013
[ 21:33 matthew search for other commits by this committer ] Original commit   Revision:323671
- Update to 4.0.14

ChangeLog: http://www.bestpractical.com/rt/release-notes/4.0.14

No DB schema changes are required for upgrading	from 4.0.13
Wed, 24 Jul 2013
[ 05:16 matthew search for other commits by this committer ] Original commit   Revision:323555
 - Require p5-Email-Address >= 1.895 as versions 1.893 -- 1.894 have
   serious bugs when handling non-ascii characters in addresses

 - Remove the mirror at ftp.eu.uu.net which hasn't been updated since
   the release of rt-4.0.8

 - Add SourceForge as a mirror site
Thu, 17 Jan 2013
[ 19:20 matthew search for other commits by this committer ] Original commit   Revision:310559
Upgrade to version 4.0.9

This is a routine bugfix release.  Adminstrators should apply the
database update as described in the pkg-message.  Also, if you have
set a custom @JSFiles in RT_SiteConfig.pm, you will need to amend this
to include the new jquery.cookie.js file added to RT_Config.pm

Announcement: http://blog.bestpractical.com/2013/01/rt-409-released.html
ReleaseNotes: http://bestpractical.com/rt/release-notes/4.0.9
Upgrading from 4.0.8:
http://bestpractical.com/rt/docs/4.0/UPGRADING-4.0.html#UPGRADING-FROM-4.0.8-AND-EARLIER
Wed, 29 Aug 2012
[ 07:02 matthew search for other commits by this committer ] Original commit 
Update to 4.0.7
- Announce message: http://blog.bestpractical.com/2012/08/rt-407-released.html
- ChangeLog: https://github.com/bestpractical/rt/compare/rt-4.0.6...rt-4.0.7
Thu, 7 Jun 2012
[ 11:59 matthew search for other commits by this committer ] Original commit 
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]

Approved by:    shaun (mentor)
Submitted by:   [1] Sulev-Madis 'ketas' Silber
Mon, 4 Jun 2012
[ 19:25 matthew search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Convert all my remaining ports to OPTIONSng
  Files   affected:

    databases/mysql-connector-java/Makefile
    databases/phpmyadmin/Makefile
    mail/sa-utils/Makefile
    net/phpldapadmin/Makefile
    security/apg/Makefile
    textproc/sphinxsearch/Makefile
    www/p5-RT-Authen-ExternalAuth/Makefile
    www/p5-RT-Extension-LDAPImport/Makefile
    www/p5-RT-Extension-SLA/Makefile
    www/p5-RTx-Calendar/Makefile
    www/rt40/Makefile
    www/rt40/Makefile.cpan
    x11-fonts/gentium/Makefile
    x11-fonts/gentium-basic/Makefile

Approved by:    shaun (mentor)
Fri, 25 May 2012
[ 20:32 matthew search for other commits by this committer ] Original commit 
- Update to 4.0.6

Security:       e0a969e4-a512-11e1-90b4-e0cb4e266481
Approved by:    flo
Sun, 5 Feb 2012
[ 17:16 rm search for other commits by this committer ] Original commit 
- new OPTION: SSL_MAILGATE -- enable HTTPS support in rt-mailgate (off by
default)
- remove some pointless quote marks from Makefile
- various pkg-plist fixes in addition to those due to the update -- create some
empty directories so that pkg installs match port installs; as these are for the
use of RT addons, don't remove them unconditionally either.
- fix comments referring to apache13, now it has gone
- remove CONFLICTS with rt-3.6* (not in the tree anumore)

PR:             164738
Submitted by:   Matthew Seaman <m.seaman at infracaninophile dot co.uk>
(maintainer)
Thu, 5 Jan 2012
[ 17:47 ohauer search for other commits by this committer ] Original commit 
since apache13 is gone we need only one p5-Apache-DBI in the tree

- change p5-Apache-DBI-mp2 -> p5-Apache-DBI

with hat apache@
Fri, 7 Oct 2011
[ 13:02 flo search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
add RT 4.0.2

PR:             ports/160901
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
[ 12:13 flo search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
forced commit to note the repocopy rt38 -> rt40

Number of commits found: 17