aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update CentOS base to 6.5, add userland portsxmj2014-09-22349-598/+9616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc.
* Simplify plistbapt2014-09-221-22/+9
|
* Simplify plistbapt2014-09-221-2/+1
|
* Strip binariesbapt2014-09-222-1/+1
| | | | Cleanup plist
* Cleanup plistbapt2014-09-227-10/+3
| | | | Strip binaries
* Cleanup plistbapt2014-09-222-2/+0
|
* Remove useless patching of Makefile.in and let options framework handle whatbapt2014-09-222-10/+1
| | | | | should go in the package Cleanup plist
* Strip binariesbapt2014-09-222-1/+1
| | | | Cleanup plist
* Cleanup plistbapt2014-09-221-2/+0
|
* Cleanup plistbapt2014-09-221-2/+0
|
* Cleanup plistbapt2014-09-221-5/+0
|
* Cleanup plistbapt2014-09-221-1/+0
|
* Remove @dirrmtry from PORTSDOC code it is now automaticbapt2014-09-221-3/+0
|
* Simplify plistbapt2014-09-221-13/+7
|
* Simplify plistbapt2014-09-221-5/+4
|
* Update to 3.56.kwm2014-09-223-3/+4
|
* Add CPE info to asterisk ports.madpilot2014-09-222-2/+4
|
* Add CPE info to squid ports.madpilot2014-09-222-2/+4
| | | | Requested by: des@
* Remove cruft used to test new thingsbapt2014-09-221-2/+0
|
* Cleanup plistbapt2014-09-221-848/+0
|
* Document recent changes in plist handlingbapt2014-09-221-0/+19
|
* - Update to 2.3-2tota2014-09-222-3/+3
|
* Do not report directories in plist as orphansantoine2014-09-221-1/+0
| | | | With hat: portmgr
* Cleanup plistbapt2014-09-221-3/+2
|
* Cleanup plistbapt2014-09-221-3/+0
|
* Cleanup plistbapt2014-09-221-1/+0
|
* Update to 20140920bapt2014-09-223-5/+3
| | | | Cleanup plist
* cleanup plistbapt2014-09-221-3/+0
|
* Cleanup plistbapt2014-09-221-1/+0
|
* Update to 0.9.7bapt2014-09-224-38/+5
|
* Cleanup plistbapt2014-09-221-1/+0
|
* Remove useless plist entriesbapt2014-09-221-18/+0
|
* Remove now useless plist entriesbapt2014-09-224-14/+0
|
* - Update to 2.3-1tota2014-09-222-5/+5
| | | | - Update LICENSE section
* Allow staging as a regular userantoine2014-09-223-8/+16
|
* Fix typoantoine2014-09-221-1/+2
|
* PLIST_DIRS and PLIST_DIRSTRY are now equivalent and both emitting @dir entriesbapt2014-09-221-5/+2
| | | | (Note that PLIST_DIRSTRY) is now deprecated
* Let pkg(8) track license directories by itselfbapt2014-09-221-7/+0
|
* Do not set an initial value for owner/wheel pkg(8) does it by itself nowbapt2014-09-221-4/+0
|
* Clean up directory handlingbapt2014-09-221-34/+1
|
* adjust check_stagedir.sh to take in account %%KEY%%@dirrm*bapt2014-09-221-1/+1
|
* - Update to 1.95-4.3tota2014-09-222-5/+4
| | | | - Specify LICENSE BSD -> BSD3CLAUSE
* Update to 1.3.8 Changes:bapt2014-09-2210-51/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Plist parser do not accept modes like o+w g+s u+r - @owner/@group with no argument reset the default ownership to root/wheel - Plug regression tests into the release mechanism as mandatory - Allow url in repository configuration to be overriden by another configuration file - If one of -P, -I or -R is not explicitly given on the command line do not emit error messages while searching for a mechanism to find data about the latest available ports. - External keywords can now take arguments - Directories under PREFIX are automatically handled and removed if needed - MTREE are not packaged anymore neither extracted on final installation - OS major checking (to determine if pkg is running on an upgraded base system) uses the same mechanism as ABI detection instead of relying on UNAME_r which can have false positivie on jails - Add @dir keyword for plist which is used to package explicitly directories (directories with non root/wheel or outside prefix) and empty directories (@dirrm and @dirrmtry are now considered as deprecated) - root/wheel are now considered as the default user/group when creating a package except @owner/@group are used to change that behaviour - Import newer version of libucl which improves error messages in case of problem parsing manifest or configuration files - Fix pkg register so it checks for conflicts before actually copying files on to the filesystem - pkg now support a new no_provide_lib annotation to preventing automatic populating of provided libs (useful for packages bundling libraries like wine) - Improve documentations - Ability to select usage of IPv4/IPv6 via config, repository config or command line - Lots of bug fixes Side effects: - Convert to install-mtree target into a no-op target Add empty directories to plist of ports that needs them to run: - share/aclocal to devel/automake and devel/automake14 - share/applications to devel/desktop-file-utils - share/xml share/sgml to textproc/xmlcatmgr - Prevent check-plist to issue warnings about some @dir* - Adjist check_leftovers.sh to not take in account anything related to mtree - Bump the default required version of pkg to 1.3.8
* - Update to 1.3-0tota2014-09-222-4/+3
|
* - Update to 1.4olivierd2014-09-222-3/+3
| | | | ChangeLog: https://bitbucket.org/andre_felipe_dias/rst2html5/src/1002abcf4e3a/CHANGELOG.rst
* - Update to 1.7-4tota2014-09-222-4/+3
|
* www/rubygem-selenium-webdriver: update to 2.43.0swills2014-09-222-3/+3
|
* www/rubygem-feedjira: update to 1.4.0swills2014-09-222-4/+4
|
* textproc/rubygem-sax-machine: update to 1.0.0swills2014-09-222-3/+3
|
* textproc/rubygem-github-markup: update to 1.3.0swills2014-09-222-3/+3
|
* - Add missing file when PYTHON support is enabledzi2014-09-221-0/+1
| | | | Submitted by: ohauer@
* Upgrade from 2.8.15 to 2.8.17.osa2014-09-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 2.8.17 ] Release date: 19 Sep 2014 # UPGRADE URGENCY: HIGH for Redis Sentinel. LOW for Redis Server (unmodified compared to 2.8.16). * [FIX] Resolved a memory leak in the hiredis library causing a memory leak in Redis Sentinel when a monitored instance or another Sentinel is unavailable. Every reconnection attempt will leak a small amount of memory, but in the long run the process can reach a considerable size. --[ Redis 2.8.16 ] Release date: 16 Sep 2014 # UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF. LOW for Sentinel. * [FIX] The ability to load truncated AOF files introduced with Redis 2.8.15 contains a bug fixed in this release: after loading the file was not truncated to the last valid command, so the new commands are appended after a non well formed command. This means that: 1) The first AOF rewrite triggered by the server will automatically fix the problem. 2) However, if the server is restarted before the rewrite, Redis may not be able to load the file and you need to manually fix it. In order to fix a corrupted file you should start the redis-check-aof utility WITHOUT the --fix option, just to check the offset where the corruption is found. Around the offset reported by the check utility you'll find, inside your AOF file, a command which is not complete according to the Redis protocol. Just remove this incomplete command leafing the file unaltered before and after the offending command, and restart the server. IMPORTANT #1: Redis 2.8.15 is the only stable version of Redis with this bug so probably no actual real-world problem happened since the problem is automatically fixed at the first automatic AOF rewrite. IMPORTANT #2: Before upgrading to Redis 2.8.16, if you are using Redis 2.8.15 with AOF enabled, make sure to trigger a manual AOF rewrite using the BGREWRITEAOF command. * [FIX] SAVE is no longer propagated to AOF / slaves. </ChangeLog>
* Fix build when security/openssl is installed.hrs2014-09-221-1/+4
| | | | PR: 193583
* - Update to 3.0.6tota2014-09-223-6/+59
|
* - unbreak patch stage (patch does not apply because line out of range)ohauer2014-09-221-1/+1
| | | | | PR: 193785, 190724 Approved by: implicit
* www/calendarserver: rerolled distfilewg2014-09-222-4/+4
| | | | | | | | - SVN export was not tied to a revision causing a slightly change in the tarball, no actual code changes happened - Store the tarball in my local distfiles Reported by: antoine
* Make fetchableantoine2014-09-221-1/+1
|
* net/rubygem-gitlab_omniauth-ldap: update to 1.1.0swills2014-09-223-5/+5
|
* finance/rubygem-money: update to 6.3.0swills2014-09-222-3/+3
|
* devel/rubygem-shoulda-matchers: update to 2.7.0swills2014-09-222-3/+3
|
* devel/rubygem-sequel: update to 4.14.0swills2014-09-222-4/+4
|
* devel/rubygem-mongo: update to 1.11.1swills2014-09-222-5/+4
|
* devel/rubygem-grape-swagger: update to 0.8.0swills2014-09-222-5/+4
|
* devel/rubygem-byebug: update to 3.4.0swills2014-09-222-3/+3
|
* - Update to 3.0.4zi2014-09-227-53/+33
|
* Fix build on 11-CURRENTpawel2014-09-221-0/+3
| | | | | PR: ports/193273 Reported by: ohartman@zedat.fu-berlin.de
* - Update to 0.1.4zi2014-09-223-5/+4
|
* - Update to 5.04zi2014-09-222-3/+3
|
* Fix build.hrs2014-09-221-1/+2
|
* - Fix diff scan and output for new files within a non-CVS diffmva2014-09-222-1/+26
| | | | | | | | | | | | | | | - Fix file name mangling for new files with whitespace - Convert line endings to unix This also should fix an issue in Bugzilla for patch attachments being truncated, if they contain new files. Some changes from https://rt.cpan.org/Public/Bug/Display.html?id=94181 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=399391 were incorporated in this patch. PR: 193785, 190724 Approved by: toni.viemero@iki.fi (maintainer)
* - change check for httpd version s/-V/-v/ohauer2014-09-211-1/+1
| | | | | | | | | | | -V also checks for config issues in httpd.conf, this can break a build in case there are config issues during rebuilds on a live system. -v prints the required info without check with hat apache@ PR: 191471 Submitted by: Todd <kovert_at_omniscient.com>
* - Allow staging as a regular userantoine2014-09-211-1/+5
| | | | - Bump portrevision as a setgid file wasn't packaged with intended group
* Update to version 0.2.11pawel2014-09-213-12/+11
| | | | | PR: ports/193309 Submitted by: maintainer
* Patch configure to use ${CC} instead of ld to link the two shared objects itsbruno2014-09-211-2/+13
| | | | | | | | | | | creates. This fixes a problem on arm where the shared object will attempt to access symbols in libgcc, however the .so files don't link against libgcc the build fails. PR: 193791 Submitted by: andrew Reviewed by: tijl Approved by: bapt (mentor)
* - Allow staging as a regular userantoine2014-09-212-1/+6
| | | | - Bump portrevision as files were not packaged with intended owner
* - Allow staging as a regular userantoine2014-09-212-5/+7
| | | | - Bump portrevision as files were not packaged with intended owner
* - retire ruby-amatchdinoex2014-09-215-61/+1
|
* - fix build with OPTION_USET=NLSdinoex2014-09-211-71/+71
| | | | | PR: 193357 Approved by: (maintainer timeout)
* This is a Ruby library for approximate string matching and searchingdinoex2014-09-214-0/+23
| | | | | | | using a dynamic programming algorithm to compute the Levenstein distance between strings. Written in C for speed. WWW: http://flori.github.io/amatch/
* Allow staging as a regular userantoine2014-09-213-22/+4
| | | | Reduce patching
* This package allows Ruby developers to write their code using aspect-dinoex2014-09-214-0/+22
| | | | | | oriented programming style. AspectR is somewhat similar to AspectJ. WWW: http://aspectr.sourceforge.net/
* - revert add, wrong categrorydinoex2014-09-214-22/+0
|
* - add rubygem-aspectr to RUN_DEPENDSdinoex2014-09-211-1/+2
|
* Allow staging as a regular userantoine2014-09-211-4/+7
| | | | Bump portrevision as files were not packaged with intended owner
* Stage, resurrect and adopt mail/openwebmail.crees2014-09-217-1/+257
|
* - Fix ~jenkins ownershiplwhsu2014-09-212-5/+13
| | | | | PR: 193670 Submitted by: ohauer
* - Update to upstream version 0.91.103riggs2014-09-216-209/+67
| | | | | | | | - Assign maintainership to Muhammad Moinur Rahman <5u623l20@gmail.com> - Convert to simple OPTIONS handling where possible PR: 193686 Submitted by: 5u623l20@gmail.com
* Allow staging as a regularantoine2014-09-211-8/+5
| | | | Bump portrevision as files were not packaged with intended owner
* Allow staging as a regular userantoine2014-09-211-2/+0
|
* Allow staging as a regular userantoine2014-09-212-2/+6
| | | | Bump portrevision as files were not packaged with intended owner
* Allow staging as a regular userantoine2014-09-212-4/+2
|
* - any version for RUN_DEPENDSdinoex2014-09-211-2/+2
|
* Allow staging as a regular userantoine2014-09-211-5/+3
|
* - Update to 0.07sunpoet2014-09-212-7/+4
| | | | | | - Remove outdated USE_PERL5=5.14+ and post-patch: Changes: http://search.cpan.org/dist/XML-Parsepp/Changes
* - Update to 0.08sunpoet2014-09-212-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Any/Changes
* - Update to 20140916sunpoet2014-09-212-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20140916.diff
* Update to 1.12.1.marcus2014-09-213-7/+6
|
* Update to version 20140904pawel2014-09-212-4/+4
| | | | | PR: ports/193310 Submitted by: maintainer
* - Drop .la files, no dependees require themamdmi32014-09-212-3/+2
| | | | Approved by: portmgr blanket
* - Drop .la files, no dependees require themamdmi32014-09-212-3/+4
| | | | Approved by: portmgr blanket
* Update to 1.15.novel2014-09-213-5/+4
|
* - Update to version 2014.08.23pawel2014-09-214-28/+6220
| | | | | | | - Add LICENSE PR: ports/193325 Submitted by: tkato432@yahoo.com
* - Update to version 0.0.13pawel2014-09-215-22/+170
| | | | | | | - Add LICENSE PR: ports/193324 Submitted by: tkato432@yahoo.com
* Update to 4.2.novel2014-09-213-4/+4
|
* - Update to version 0.9.22pawel2014-09-215-109/+254
| | | | | | | | - Add LICENSE - Use @sample for config file PR: ports/193323 Submitted by: tkato432@yahoo.com
* Also, use the correct way to depend on a package. And fix a double colon.mat2014-09-214-7/+7
| | | | Sponsored by: Absolight
* Fix index, build, and all.mat2014-09-211-1/+1
| | | | Sponsored by: Absolight
* Update to 4.2.8matthew2014-09-212-3/+3
| | | | | | This is a routine bugfix update. Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.9/phpMyAdmin-4.2.9-notes.html/download
* - Update to version 7.40.4pawel2014-09-213-12/+23
| | | | | | | - Make heavy dependencies optional PR: ports/193327 Submitted by: tkato432@yahoo.com
* - update RUN_DEPENDS for rubygems-dbidinoex2014-09-211-2/+2
|
* - add RUN_DEPENDSdinoex2014-09-214-0/+12
|
* - remove defunctional port, old sqlite driver for ruby is missing.dinoex2014-09-214-21/+0
|
* - fix missing date columndinoex2014-09-211-4/+4
|
* security/heimdal: Unbreak on DragonFlymarino2014-09-211-0/+4
| | | | | | | The 30 AUG 14 commit to fix libcom_err on some FreeBSD releases crippled Heimdal on DragonFly such that samba-nsupdate no longer would configure. The culprit was once again using OSVERSION without checking OPSYS, so adjusting for OPSYS fixes this regression.
* Finish ruby-dbi removalantoine2014-09-211-1/+0
|
* - Update findlib to 1.5.3johans2014-09-213-13/+3
| | | | - Remove patch that has been corrected upstream
* This package allows Ruby developers to write their code using aspect-dinoex2014-09-214-0/+22
| | | | | | oriented programming style. AspectR is somewhat similar to AspectJ. WWW: http://aspectr.sourceforge.net/
* - Update to 1.4.3541tota2014-09-212-6/+6
| | | | - Update LICENSE section
* - replaced all ruby-dbi and ruby-dbd ports with rubygemsdinoex2014-09-2119-200/+6
|
* This is the ODBC driver for DBI-for-Ruby.dinoex2014-09-214-0/+21
| | | | WWW: http://ruby-dbi.sourceforge.net
* This is the SQLite driver for DBI-for-Ruby.dinoex2014-09-214-0/+21
| | | | WWW: http://ruby-dbi.sourceforge.net
* This is the SQLite3 driver for DBI-for-Ruby.dinoex2014-09-214-0/+21
| | | | WWW: http://ruby-dbi.sourceforge.net
* This is the PostgreSQL driver for DBI-for-Ruby.dinoex2014-09-214-0/+21
| | | | WWW: http://ruby-dbi.sourceforge.net
* - Update to version 1.1.1 [1]pawel2014-09-213-28/+32
| | | | | | | - Fix LIB_DEPENDS for DBUS option PR: ports/193328 [1] Submitted by: tkato432@yahoo.com
* This is the MySQL driver for DBI-for-Ruby.dinoex2014-09-214-0/+21
| | | | WWW: http://ruby-dbi.sourceforge.net
* ftp/filezilla: 3.9.0.3 -> 3.9.0.5pi2014-09-213-121/+119
| | | | | | | | | | - fixed the NLS option - USE_GCC from '4.7+' to 'yes' - update PR: 188970 Submitted by: Trond.Endrestol@ximalas.info Approved by: jsa (maintainer timeout)
* www/rubygem-websocket: update to 1.2.1swills2014-09-212-3/+3
|
* www/rubygem-rack-attach: update to 4.1.1swills2014-09-212-3/+3
|
* www/rubygem-jquery-atwho-rails: update to 0.5.1swills2014-09-212-3/+3
|
* www/rubygem-chosen-rails: update to 1.1.1swills2014-09-212-3/+3
|
* www/rubygem-bootstrap-sass: update to 3.2.0.2swills2014-09-212-3/+3
|
* textproc/rubygem-sass: update to 3.4.5swills2014-09-212-3/+3
|
* textproc/rubygem-kramdown: update to 1.4.2swills2014-09-212-3/+3
|
* textproc/rubygem-gitlab-grit: update to 2.7.1, pet portlintswills2014-09-212-5/+4
|
* textproc/rubygem-github-markdown: update to 0.6.7swills2014-09-212-3/+3
|
* sysutils/rubygem-bundler: update to 1.7.3swills2014-09-212-3/+3
|
* - Update to 0.9-1tota2014-09-212-4/+3
|
* net/rubygem-domain_name: update to 0.5.21swills2014-09-212-3/+3
|
* devel/rubygem-bson1: update to 1.11.1swills2014-09-212-4/+4
|
* mail/rubygem25: limit portscout to 2.5.x versionsswills2014-09-211-0/+2
|
* devel/rubygem-tins0: update to 0.13.2swills2014-09-212-3/+3
|
* devel/rubygem-sprockets211: limit portsccout to 2.11.x versionsswills2014-09-211-0/+2
|
* dns/rubygem-public_suffix: update to 1.4.6swills2014-09-212-3/+3
|
* devel/rubygem-tins: update to 1.3.3swills2014-09-212-3/+3
|
* devel/rubygem-timers: update to 4.0.1swills2014-09-212-3/+3
|
* devel/rubygem-sprockets: update to 2.12.2swills2014-09-212-3/+3
|
* Upgrade to 2.72rc2.mandree2014-09-212-4/+3
| | | | | | | | + Fix bug when resulted in NXDOMAIN answers instead of NODATA in some circumstances. + Fix bug which caused dnsmasq to become unresponsive if it failed to send packets due to a network interface disappearing. + Fix problem with --local-service option on big-endian platforms.
* Update to version 4.0.5pawel2014-09-212-8/+12
| | | | | PR: ports/193329 Submitted by: tkato432@yahoo.com
* Remove expired port:rene2014-09-216-47/+1
| | | | 2014-09-20 www/ruby-fcgi: RubyForge shutdown May 15 2014
* www/rubygem-rails4: remove optional dependency on expired www/fcgirene2014-09-211-3/+2
|
* www/rubygem-rails: remove optional dependency on expired www/fcgirene2014-09-211-4/+2
| | | | Approved by: ruby (swills)
* devel/rubygem-ruby-bugzilla: update to 0.5.3swills2014-09-212-3/+3
|
* Fix typo in GIDs for caldavd group.rene2014-09-211-1/+1
| | | | Approved by: swills
* rubygem-rspec-mocks: update to 3.1.1swills2014-09-212-3/+3
|
* devel/rubygem-rspec-core: update to 3.1.4swills2014-09-212-3/+3
|
* devel/rubygem-map: update to 6.5.5swills2014-09-212-3/+3
|
* - Update to version 1.0.8.11pawel2014-09-213-11/+108
| | | | | | | | - Define OPTIONS - Pass maintainership to submitter PR: ports/193708 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* devel/rubygem-jruby-jars: update to 1.7.15swills2014-09-212-3/+3
|
* devel/rubygem-icalendar: 2.1.2swills2014-09-212-3/+3
|
* Update to version 1.0.58pawel2014-09-213-4/+4
| | | | | PR: ports/193780 Submitted by: maintainer
* Bump PORTREVISION for multimedia/spotify-websocket-apirene2014-09-211-1/+1
|
* multimedia/spotify-websocket-api:rene2014-09-213-10/+7
| | | | | | | | - Update to latest github version - Add my_music, browse, discover, radio - Behind-the-scene changes and bugfixes - Drop pkg-plist (3 items) in favor of PLIST_FILES - Use modern Python infrastructure
* Use modern python infrastructure, no functional changesrene2014-09-211-3/+2
|
* devel/rubygem-delayed_job: update to 4.0.3swills2014-09-212-3/+3
|
* Use modern python infrastructure, no functional changesrene2014-09-211-4/+2
|
* devel/rubygem-backports: update to 3.6.1swills2014-09-212-3/+3
|
* devel/rubygem-active_scaffold: update to 3.4.5swills2014-09-212-3/+3
|
* Update to version 0.15.1pawel2014-09-212-4/+3
| | | | | PR: ports/193753 Submitted by: maintainer
* x11/slim: Add non-default UTF-8 character input supportmarino2014-09-214-9/+984
| | | | | | PR: 192783 Submitted by: DaLynX Refined by: maintainer (Henry Hu)
* - Update to version 1.4.75pawel2014-09-214-13/+17
| | | | | | | | - Move pidfile to /var/run/btsync dir - Use %%PORTNAME%% subs in rc file PR: ports/193676 Submitted by: maintainer
* net/dhcprelay: Fix RC scriptmarino2014-09-212-8/+7
| | | | | | PR: 192994 Submitted by: Denys Razumov Approved by: maintainer timeout (~1 month)
* - Update to version 0.8pawel2014-09-212-5/+5
| | | | | | | - Give maintainership to submitter PR: ports/193635 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Drop .la files, no dependees require themamdmi32014-09-212-3/+2
| | | | Approved by: portmgr blanket
* Rename gnomechess to gnome-chess to match upstream.kwm2014-09-216-5/+4
| | | | | | Assign to gnome@ as it is part of the gnome-games set. [1] Approved by: johans@ (previous maintainer) [1]
* - Update to version 2.1.11pawel2014-09-214-39/+34
| | | | | | | | | - Add LICENSE, pkg-message about ggobirc configuration - Drop usage of stale USE_AUTOTOOLS - Strip binaries PR: ports/193616 Submitted by: maintainer
* www/spawn-fcgi: Add flag to set command_interpreter in RC scriptmarino2014-09-212-0/+6
| | | | | | PR: 192676 Submitted by: mitsuruike (gmail) Approved by: maintainer (rsimmons)
* Add new port sysutils/rundeckmarino2014-09-217-0/+145
| | | | | | | | | | PR: 191562 Submitted by: arcade (b1t.name) Welcome to Rundeck, the human interface to your operations. Rundeck features fine-grain access controls, a built-in job scheduler, and the ability to define workflows that dispatch commands and scripts to your nodes.
* - Manage config file (with @sample according to the ports guidelines)pawel2014-09-212-5/+15
| | | | | | | | - Fix stripping - Trim long lines PR: ports/193229 Submitted by: maintainer
* devel/eric4: remove conflicts with future eric5 portbsam2014-09-214-5/+5
| | | | | . rename eric.png to eric4.png; . claim using puthon v.2 only.
* Update to version 201409pawel2014-09-212-7/+7
| | | | | PR: ports/193251 Submitted by: hiroto.kagotani@gmail.com
* databases/py-bsddb3: Fix build with python 3.xmarino2014-09-212-7/+18
| | | | | | PR: 189131 Reported by: arcade (b1t.name) Fixed by: maintainer (Muhammad Rahman)
* Replace USE_GCC=4.8+ by the equivalent, but preferred USE_GCC=yes.gerald2014-09-213-3/+3
|
* - Update to version 4.8Tpawel2014-09-213-8/+18
| | | | | | | - Add DOCS option PR: ports/193544 Submitted by: maintainer
* Update to version 0.22pawel2014-09-212-5/+5
| | | | | PR: ports/193535 Submitted by: milios@ccsys.com
* - Update to version 14aug2014pawel2014-09-212-4/+6
| | | | | | | - Add LICENSE PR: ports/193514 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
* Update to version 3.6.1pawel2014-09-213-3/+13
| | | | | | PR: ports/193513 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: maintainer
* www/mod_qos: update to 11.5wg2014-09-212-3/+3
| | | | | PR: 193739 Submitted by: maintainer
* OptionsNG conversion brokes few options makingrodrigo2014-09-211-2/+10
| | | | | | | | | them available by default. Also added MAKE_JOBS_UNSAFE to avoid intermittent build failures. PR: ports/181481 Submitted by: John Marshall <John.Marshall@riverwillow.com.au> Approved by: bapt (mentor)
* textproc/py-regex: update to 2014.06.28wg2014-09-212-6/+5
| | | | | | | - USES python PR: 193738 Submitted by: maintainer
* devel/py-robotframework: USES pythonwg2014-09-211-3/+2
| | | | | PR: 193783 Submitted by: maintainer
* Update aegis from 4.24.3 to 4.25 and fix small things.rodrigo2014-09-214-13/+32
| | | | | | PR: ports/182340 Submitted by: rodrigo Approved by: bapt (mentor)
* - Fix build with libgcrypt (non-default OPTION)riggs2014-09-201-2/+2
| | | | | | PR: 192060 Submitted by: graham@menhennitt.com.au Patch by: 5u623l20@gmail.com (maintainer)
* Update to the 20140918 snapshot of GCC 4.8.4.gerald2014-09-202-3/+3
|
* graphics/oyranos: remove a no-op LIB_DEPENDS (libxml2)bsam2014-09-201-1/+0
| | | | The dependency is already stated by USE_GNOME=libxml2
* Update to Wine 1.7.27. This includes the following changes:gerald2014-09-203-5/+6
| | | | | | | - Some more work on Direct2D support. - Various improvements to RichEdit interfaces. - Initial support for ICMP version 6. - Various bug fixes.
* - add licenserodrigo2014-09-202-21/+18
| | | | | | | | | - use @sample to manage default configuration files - install DOC by default PR: ports/192236 Submitted by: rodrigo Approved by: bapt (mentor)
* Add new port japanese/latex-jlistingmarino2014-09-204-0/+39
| | | | | | | | PR: 188691 Submitted by: Hiroto Kagotani jlisting.sty enhances lstlisting environment provided by listings.sty for handling Japanese text.
* www/calendarserver: Calendar and Contacts Server from Apple (RFC 4791, RFC 6352)wg2014-09-2010-0/+383
| | | | | | | | | | | | The open source Calendar and Contacts Server project is a standards-compliant server implementing the CalDAV and CardDAV protocols (RFC 4791, RFC 6352). It provides a shared location on the network allowing multiple users to store and edit calendaring and contact information. WWW: http://www.calendarserver.org PR: 186201 (with changes) Submitted by: Axel.Rau Chaos1 de
* - Update to version 0.52 [1]pawel2014-09-204-10/+9
| | | | | | | | | | - Remove Author tag from pkg-descr Changes: http://cpansearch.perl.org/src/INGY/YAML-LibYAML-0.52/Changes PR: ports/193491 [1] Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> [1] Approved by: maintainer
* - Update Intel microcode to 20140913riggs2014-09-203-8/+9
| | | | | | | - Update PORTVERSION to 1.3 PR: 193764 Submitted by: clarkjc@runbox.com (maintainer)
* - Update from 4.23 to 4.24danilo2014-09-203-89/+85
|
* - Update to version 0.10.32 [1]pawel2014-09-203-6/+6
| | | | | | | | - Move displaying of information to pkg-message, so that package users can see it too PR: port/193777 [1] Submitted by: maintainer [1]
* - Work with Apache 2.4 tootota2014-09-202-1/+15
| | | | - Bump PORTREVISION
* Remove FORBIDDEN that references vuxml. We already have vuxml, portauditbdrewery2014-09-2012-24/+0
| | | | | | | | | | | | and pkg audit to handle this. The user can make their own decision as to whether or not they want to use vulnerable ports or packages. Using FORBIDDEN like this is not proper. It should only be used in extreme cases. In the meantime, the new Linux ports are being tested and should arrive soon. With hat: portmgr
* Fix improper use of FORBIDDENbdrewery2014-09-201-1/+0
| | | | With hat: portmgr
* Fix improper use of FORBIDDEN.bdrewery2014-09-201-1/+1
| | | | With hat: portmgr
* Add new port misc/auto-multiple-choicemarino2014-09-209-0/+560
| | | | | | | | | | PR: 181451 Submitted by: Hiroto Kagotani Auto Multiple Choice (AMC) is a piece of software that helps you to create and manage multiple choice questionnaires, with automated marking. Tests can be written in plain text or LaTeX. Automated correction and grading is performed from scans of the answer sheets using optical mark recognition.
* Switch to USES python depends.kwm2014-09-201-4/+4
| | | | Obtained from: gnome dev repo.
* Update to git20140902.thierry2014-09-202-4/+5
| | | | | PR: ports/193247 Submitted by: maintainer
* Update to version 0.5.6pawel2014-09-203-3/+4
|
* Update to the 20140917 snapshot of GCC 4.9.2.gerald2014-09-202-3/+3
|
* - adopt new ${opt}_ARGS for USE and DEPENDSohauer2014-09-201-27/+38
| | | | | | | | | | | - small cleanup and restructure - add LICENSE - no version bump [1] [1] A new apr-util release is in the pipe and with this commit the next changes are more transparent. with hat apache@
* Now dynamically links rather than static.crees2014-09-201-2/+3
|
* Remove math/ruby-narray_miss which depended on deleted math/ruby-narrayrene2014-09-206-53/+1
|
* - Finally import syrinx' fix for 10.0+, it seems to work no worsenox2014-09-203-5/+107
| | | | | | | | than kqemu worked before. [1] - Fix build on 10/i386. PR: 184984 [1] Submitted by: syrinx [1]
* Remove expired portsrene2014-09-20186-5101/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
* - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't buildnox2014-09-201-2/+2
| | | | | | | | | | | | with gcc48 on i386: work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd': work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required, but reserved uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3) - Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout
* - Update to 1.9.2wen2014-09-202-4/+3
|
* Upgrade to version 17.3.olgeni2014-09-202-8/+7
|
* fix build with perl 5.18az2014-09-201-0/+4
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+18
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-1/+6
| | | | PR: 193064
* Fix build when pkg does not extract mtreeantoine2014-09-201-0/+22
|
* fix build with perl 5.18az2014-09-201-0/+8
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+11
| | | | PR: 193064
* fix build with perl 5.18az2014-09-202-1/+11
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+7
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-1/+6
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+6
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+7
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+11
| | | | PR: 193064
* fix build with perl 5.18az2014-09-201-0/+30
| | | | PR: 193064
* Fix r368473antoine2014-09-201-2/+2
|
* - Update to 3.6.14wen2014-09-203-3028/+5329
|
* - Update to 0.04wen2014-09-202-4/+4
| | | | | Changes: http://cpansearch.perl.org/src/MAUKE/Return-MultiLevel-0.04/Changes - Reset maintainer to perl@
* - Update to 2.43.0wen2014-09-202-6/+5
| | | | | | PR: 193678 Submitted by: vladimir.chukharev@gmail.com Approved by: douglas@douglasthrift.net(maintainer)
* - Update to 1.06wen2014-09-202-5/+4
| | | | | Changes: http://search.cpan.org/src/RSAVAGE/Tree-Binary-1.06/Changes - Update LICENSE
* - Rename ruby-growl to rubygem-ruby-growltota2014-09-207-46/+28
| | | | | | | - Update to 4.1 - Pass maintainership to ruby@ - Add LICENSE - Update pkg-descr
* - Update to 1.2wen2014-09-202-7/+5
| | | | | PR: 193722 Submitted by: swills@
* biology/boinc-simap: Deprecate, project shutting down on 2015-01-01rene2014-09-201-0/+3
| | | | Obtained from: http://boincsimap.org/boincsimap/forum_thread.php?id=88
* - Remove obsolete MAN1amdmi32014-09-201-2/+0
| | | | Approved by: portmgr blanket
* Allow staging as a regular userantoine2014-09-201-2/+3
|
* Allow staging as a regular userantoine2014-09-201-8/+4
| | | | Bump portrevision as somes files were not packaged with intended owner
* - Import patch from upstream to allow squidguard to work correctlymadpilot2014-09-205-9/+87
| | | | | | | | | | | | | with squid 3.4 [1] - Put back the option to choose on which squid version to depend, which also controls if the above patch is applied, to allow using squid33 until it expires - While here, take advantage of option helpers to simplify Makefile a little - Canonicalize patch filenames PR: 193771 [1] Submitted by: adrik@salesmanager.nl
* Allow staging as a regular userantoine2014-09-202-15/+5
| | | | Use @sample for config.php as it seems more appropriate
* Allow staging as a regular userantoine2014-09-201-8/+5
| | | | Bump portrevision as some files were not packaged with intended owner
* Allow staging as a regular userantoine2014-09-202-9/+6
| | | | Bump portrevision as files were not packaged with intended owner
* Allow staging as a regular userantoine2014-09-202-1/+6
| | | | Bump portrevision as files were not packaged with intended owner
* Work around GCC 4.2 bugs to fix build.jkim2014-09-202-0/+39
| | | | Reported by: antoine
* - Make diskd and rock storage schemes options (diskd enabled by default) [1]madpilot2014-09-203-10/+33
| | | | | | | | | - Add note in pkg-message about diskd needing some tuning [1] - Fix transparent proxy with PF [1] [2] - Fix a pair of typos [1] PR: 193705 [1], 193752 [2] Submitted by: arcade@b1t.name [1], kib@ [2]