aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.05Frederic Culot2013-04-162-9/+5
| | | | | | | | | | | - Pet portlint(1) by re-ordering LICENSE section - Trim Makefile's header Changes: http://search.cpan.org/dist/Test-Inter/ChangeLog Feature safe: yes Notes: svn path=/head/; revision=315875
* - Fix runtime problem on CURRENT after r248534Guido Falsi2013-04-161-0/+19
| | | | | | | | Reviewed by: jilles Feature safe: yes Notes: svn path=/head/; revision=315874
* Update to version 0.26Pawel Pekala2013-04-162-5/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315873
* - Update to 0.0.13Guido Falsi2013-04-167-44/+17
| | | | | | | | | - Remove check for unsupported OS version Feature safe: yes Notes: svn path=/head/; revision=315872
* - Update to 1.10.6Bryan Drewery2013-04-162-5/+4
| | | | | | | | | | | - Remove indefinite article from COMMENT PR: ports/177547 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=315871
* - Update to 0.18Dmitry Marakasov2013-04-164-84/+1286
| | | | | | | | | | - Bump PORTEPOCH as versioning scheme had changed - Switch to optionsNG, trim Makefile header Feature safe: yes Notes: svn path=/head/; revision=315870
* - Update to 1.2.0.Stephen Montgomery-Smith2013-04-162-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315868
* - Update to 1.7.0.Stephen Montgomery-Smith2013-04-162-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315867
* - Update to 1.4.2.Stephen Montgomery-Smith2013-04-163-175/+18
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315866
* - Update to 1.18Bryan Drewery2013-04-162-9/+5
| | | | | | | | | | | | - Pass maintainership to submitter - Trim header PR: ports/177671 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=315865
* - Update to 1.6Bryan Drewery2013-04-162-10/+5
| | | | | | | | | | | | - Pass maintainership to submitter - Trim header PR: ports/177672 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=315864
* - Update to 0.83Bryan Drewery2013-04-162-9/+5
| | | | | | | | | | | | - Trim header - Pass maintainership to submitter PR: ports/177700 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=315863
* - Update to 0.99Frederic Culot2013-04-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES Feature safe: yes Notes: svn path=/head/; revision=315862
* Update to version 13.04Pawel Pekala2013-04-162-28/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315861
* Upgrading to 0.6.1, to prepare for R 3.0.0.Thierry Thomas2013-04-163-4/+13
| | | | | | | | | | Changelog at http://sourceforge.net/apps/mediawiki/rkward/index.php?title=News Feature safe: yes Notes: svn path=/head/; revision=315860
* Upgrading to 2.2.1.Thierry Thomas2013-04-163-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315859
* Upgrading to 1.7.8.Thierry Thomas2013-04-163-849/+92
| | | | | | | | | | | | Changelogs at: http://tt-rss.org/redmine/versions/88 http://tt-rss.org/redmine/versions/89 http://tt-rss.org/redmine/versions/90 Feature safe: yes Notes: svn path=/head/; revision=315858
* - Add mirror as upstream no longer has the distfileBryan Drewery2013-04-161-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315857
* - Update to 0.04Sunpoet Po-Chuan Hsieh2013-04-162-16/+8
| | | | | | | | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Data-Section-Simple/Changes Feature safe: yes Notes: svn path=/head/; revision=315856
* Remove expirted ports that have no users and block the update of libgsf.Koop Mast2013-04-1621-1513/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315855
* - Add p5-Module-Build-Tiny 0.017Sunpoet Po-Chuan Hsieh2013-04-165-0/+53
| | | | | | | | | | | | | | | | | Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement. Whereas Module::Build has over 6,700 lines of code; this module has less than 70, yet supports the features needed by most pure-Perl distributions. WWW: http://search.cpan.org/dist/Module-Build-Tiny/ Feature safe: yes Notes: svn path=/head/; revision=315854
* - Add p5-ExtUtils-Helpers 0.016Sunpoet Po-Chuan Hsieh2013-04-166-0/+55
| | | | | | | | | | | | ExtUtils::Helpers provides various portable helper functions for module building modules. WWW: http://search.cpan.org/dist/ExtUtils-Helpers/ Feature safe: yes Notes: svn path=/head/; revision=315853
* - Add p5-ExtUtils-InstallPaths 0.009Sunpoet Po-Chuan Hsieh2013-04-165-0/+44
| | | | | | | | | | | | | | | | | | | | | ExtUtils::InstallPaths tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets you specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets you specify a temporary installation directory like /tmp/install in case you want to create bundled-up installable packages. WWW: http://search.cpan.org/dist/ExtUtils-InstallPaths/ Feature safe: yes Notes: svn path=/head/; revision=315852
* - Add p5-ExtUtils-Config 0.007Sunpoet Po-Chuan Hsieh2013-04-165-0/+31
| | | | | | | | | | | ExtUtils::Config is an abstraction around the %Config hash. WWW: http://search.cpan.org/dist/ExtUtils-Config/ Feature safe: yes Notes: svn path=/head/; revision=315851
* - Update to 0.05Sunpoet Po-Chuan Hsieh2013-04-162-11/+9
| | | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Test-Mock-LWP-Dispatch/Changes Feature safe: yes Notes: svn path=/head/; revision=315850
* - Update to 0.20Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Compress-Snappy/Changes Feature safe: yes Notes: svn path=/head/; revision=315849
* - Update to 2.19Sunpoet Po-Chuan Hsieh2013-04-163-10/+18
| | | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Text-FIGlet/CHANGES Feature safe: yes Notes: svn path=/head/; revision=315848
* Fix dependency on devel/llvm31.Tijl Coosemans2013-04-161-2/+2
| | | | | | | | Feature safe: yes Reviewed by: brooks, crees Notes: svn path=/head/; revision=315847
* - Update to 0.55Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-OAuth2/Changes Feature safe: yes Notes: svn path=/head/; revision=315846
* - Update to 0.002Sunpoet Po-Chuan Hsieh2013-04-162-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/IO-Prompt-Tiny/Changes Feature safe: yes Notes: svn path=/head/; revision=315845
* - Update to 0.27Sunpoet Po-Chuan Hsieh2013-04-162-12/+11
| | | | | | | | | | | - Add missing *_DEPENDS - Cleanup Makefile header Changes: http://search.cpan.org/dist/MooseX-ClassAttribute/Changes Feature safe: yes Notes: svn path=/head/; revision=315844
* - Add p5-MooseX-Role-Strict 0.05Sunpoet Po-Chuan Hsieh2013-04-165-0/+50
| | | | | | | | | | | | | | | When using Moose::Role, a class which provides a method a role provides will silently override that method. This can cause strange, hard-to-debug errors when the role's methods are not called. Simple use MooseX::Role::Strict instead of Moose::Role and overriding a role's method becomes a composition-time failure. See the synopsis for a resolution. WWW: http://search.cpan.org/dist/MooseX-Role-Strict/ Feature safe: yes Notes: svn path=/head/; revision=315843
* - Update to 0.618Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Rose-HTML-Objects/Changes Feature safe: yes Notes: svn path=/head/; revision=315842
* - Update to 0.621Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes Feature safe: yes Notes: svn path=/head/; revision=315841
* - Update to 2.12.16Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | | Changes: http://tools.ietf.org/tools/idnits/changelog Feature safe: yes Notes: svn path=/head/; revision=315840
* - Update to 2.5.2Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | | Changes: https://github.com/guard/guard-rspec/commits/master Feature safe: yes Notes: svn path=/head/; revision=315839
* - Update to 1.7.0Sunpoet Po-Chuan Hsieh2013-04-162-5/+5
| | | | | | | | Changes: https://github.com/guard/guard/blob/master/CHANGELOG.md Feature safe: yes Notes: svn path=/head/; revision=315838
* - Update to 3.3.8Sunpoet Po-Chuan Hsieh2013-04-163-9/+5
| | | | | | | | | - Cleanup Makefile header Feature safe: yes Notes: svn path=/head/; revision=315837
* - Update to 20130402Sunpoet Po-Chuan Hsieh2013-04-162-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315836
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-04-161-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315835
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-04-161-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315834
* - Remove duplicate entry in PLISTSunpoet Po-Chuan Hsieh2013-04-161-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315833
* vim has sufficiently improved the security of its modeline processing.Eitan Adler2013-04-162-9/+0
| | | | | | | | | | | | The FreeBSD Security Team no longer feels that the warning to disable modeline support is needed. Discussed with: delphij, des With Hat: secteam-ports Feature safe: yes Notes: svn path=/head/; revision=315831
* - Reset maintainer [1]Rene Ladan2013-04-167-37/+19
| | | | | | | | | | | | | | | While here: - convert Makefile header - pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes) - drop support for unsupported FreeBSD versions - convert to optionsNG Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html Feature safe: yes Notes: svn path=/head/; revision=315830
* Some cleanups:Rene Ladan2013-04-161-9/+2
| | | | | | | | | | - properly use bsd.port.options.mk - remove empty OPTIONS_DEFAULT - no need to support FreeBSD 9.0 anymore, 9.1 is used for cluster builds Feature safe: yes Notes: svn path=/head/; revision=315829
* The explicit DISTNAME has not been needed for some time.Eitan Adler2013-04-161-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315828
* Add new replace line for pkg-config file location.Koop Mast2013-04-161-0/+1
| | | | | | | | | | PR: ports/177868 Submitted by: myself Approved by: portmgr (bapt) Feature safe: yes Notes: svn path=/head/; revision=315827
* - Update to 3.1.1Sofian Brabez2013-04-162-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315826
* Remove unmaintained, expired ports:Rene Ladan2013-04-1630-1862/+5
| | | | | | | | | | | | | 2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version 2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months 2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months 2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now 2013-03-05 devel/ros-common: Broken for more than 6 month Feature safe: yes Notes: svn path=/head/; revision=315825
* Update to 1.7.Wesley Shields2013-04-164-7/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315824