aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* www/node-devel: update to 0.11.5wg2013-08-152-5/+4
| | | | | | | | | | - Update to 0.11.5 [1] - USES gmake Changes: https://raw.github.com/joyent/node/v0.11.5/ChangeLog PR: ports/181300 Submitted by: Jin-Sih Lin <linpct gmail.com> (maintainer)
* devel/pmd: update to 5.0.5wg2013-08-153-4/+5
| | | | | | | | | - Update to 5.0.5 Changes: http://sourceforge.net/projects/pmd/files/pmd/5.0.5/ PR: ports/181310 Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com> (maintainer)
* - Try to unbreak parallel builds (-jX) by calling sub-makes correctlydanfe2013-08-153-22/+60
| | | | | | | | | | | - Do not mention PORTNAME in the COMMENT (according to PH section 5.6) - Avoid .for loop when installing portdocs, slightly cleanup Makefile - Reformat pkg-descr nicely (now perfectly aligned on both sides) and pacify portlint(1) by using correct delimiter after WWW line (space, per PH section 3.2.1). Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* Make the sed(1) call to add a GDB index to generated files work with base sed.rakuco2013-08-152-0/+37
| | | | | | | | | | Add my upstream patch to fix it: use a POSIX-compliant call instead of one that only works with GNU sed. Note that it does not still work automatically because `gdb' is called, and the version we have in base does not support index generation. PR: ports/181146
* games/freedink-engine: update to 20121209wg2013-08-155-8/+86
| | | | | | | | | | | - Update to 20121209 [1] - USES gmake - Add WWW to pkg-descr Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog PR: ports/181316 [1] Submitted by: Stephen Hurd <shurd sasktel.net> (maintainer)
* - Pass maintainership to new volunteerbdrewery2013-08-151-3/+3
| | | | | | PR: ports/179081 Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> Approved by: dashevil@gmail.com (maintainer, via email)
* games/freedink-data: update to 20121209wg2013-08-154-34/+70
| | | | | | | | | | | | - Update to 20121209 [1] - Trim Makefile header [1] - USES gmake - Add WWW to pkg-descr Changes: http://git.savannah.gnu.org/cgit/freedink.git/tree/ChangeLog PR: ports/181317 Submitted by: Stephen Hurd <shurd sasktel.net> (maintainer)
* - Try to unbreak parallel builds (-jX) by adding missing dependenciesdanfe2013-08-154-17/+22
| | | | | | | | | | | | for static library target - Unbreak configure script against Clang's cpp(1): suppress harmless warning that was treated as an error (=> missing pcre.h) - While here, trim Makefile header, remove defunct mirrors from the MASTER_SITES, convert LIB_DEPENDS and USE_GMAKE, kill spaces at EOL of port description, define LICENSE (LGPL21) Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* mail/assp: update to 1.9.9.13257wg2013-08-154-23/+22
| | | | | | | - Update to 1.9.9.13257 PR: ports/181313 Submitted by: Rusty Nejdl <rnejdl ringofsaturn.com> (maintainer)
* www/trac-watchlist: fix for trac 1.0wg2013-08-152-1/+18
| | | | | | | | - Fix to work with trac 1.0 - Fix file permission PR: ports/181307 Submitted by: Hung-Yi Chen <gaod hychen.org> (maintainer)
* In modern world of parallel builds and our new bmake(1) imake's populardanfe2013-08-152-17/+26
| | | | | | | | | | | | | | | | MakeSubdirs() macro becomes very unsafe, as it hooks the subdirectories' build commands to the "all" target, along with main program executable. If MakeSubdirs() was used to build a dependency of the main program, it is highly likely that parallel build (-jX) will fail; and that's what's happening to this port here. To remedy the problem, use NamedTargetSubdirs() instead; also make sure that correct make(1) implementation would be used for sub-makes (ignore bogus "MAKE = make" set by imake in generated Makefiles). While here, improve wording and formatting in the port description. Reported by: marino
* - Do not use imake for the build; use provided Makefile.noimake: thisdanfe2013-08-153-26/+45
| | | | | | | | allows to build it with bmake(1) (as well as other implementations) - Unbreak the build against Clang (main() must return int) - Sanitize formatting of the port description while I am here Reported by: marino
* - Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) isdanfe2013-08-151-8/+10
| | | | | | | | | | bmake(1), which does not play nice with libtool way of building things - While here, convert LIB_DEPENDS to new form, sort the knobs a bit, and hook test target to our standard "regression-test" one Reported by: marino Tested by: marino (poudriere testport) Approved by: miwi, bapt (portmgr, implicit)
* Add forgotten distinfojohans2013-08-151-2/+2
| | | | | Reported by: marino Pointyhat to: johans
* Add missing dependency.kevlo2013-08-151-1/+2
| | | | | PR: ports/181293 Submitted by: Loic Blot <root at www.unix-experience dot fr>
* Add a port for the TI PASM.rpaulo2013-08-154-0/+37
| | | | | | PASM stands for PRU assembler. PRU stands for Programmable Realtime Unit. Reviewed by: ak
* - Update to 5.11.stephen2013-08-159-20/+21
|
* Add rrdmerge - a simple script to merge two RRD files together. But quitesobomax2013-08-155-0/+39
| | | | useful at that.
* - restore qsstv and update to latestdb2013-08-1514-0/+233
| | | | | | | | - reassign maintainership - This update moves qsstv to QT4 PR: ports/181233 Submitted by: Stephen Hurd <shurd@sasktel.net>
* - Update to 3.0gblach2013-08-152-12/+9
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* - Fix accidental breakageak2013-08-151-0/+1
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-151725-1725/+0
| | | | Approved by: portmgr (bdrewery)
* - update to 1.0.22dinoex2013-08-152-3/+3
|
* Fix regression from my earlier commit r324675 which caused amandree2013-08-152-1/+1
| | | | | | | | | | | | | "make fetch" failure on non-POSIX-compliant SHELL: 1. Replace ${SHELL} by ${SH} so the fetchwrapper.sh gets executed with a POSIX-compliant shell (such as /bin/sh) 2. Just because it's meant that way, add an svn:executable=* property on files/fetchwrapper.sh. PR: ports/181252 Reported by: Mike Harding (private email)
* SDL2 has been officially released.mva2013-08-1511-27/+29
| | | | | - Update devel/sdl20, audio/sdl2_mixer, graphics/sdl2_image, graphics/sdl2_ttf and net/sdl2_net to version 2.0.0
* - Update to 0.96 .nox2013-08-155-105/+157
| | | | | - Remove now obsolete MAKE_JOBS_SAFE. - Remove 7.x cruft.
* Update gnulib to stable release of 20130805johans2013-08-152-9/+8
|
* Update with new version of texinfo.texjohans2013-08-152-8/+6
|
* Update to GAP 4.6.5johans2013-08-141-2/+2
|
* - Update to 1.8.43nivit2013-08-142-3/+3
| | | | Build details: http://goo.gl/y1vzKL
* Adjust port names and latest links.cy2013-08-142-1/+2
|
* Copy syslog-ng 3.4.3 to default port. 3.4.3 is production ready.cy2013-08-147-0/+582
| | | | Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
* Make way for a new default syslog-ng.cy2013-08-148-0/+0
| | | | Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
* Update 3.4.2 --> 3.4.3.cy2013-08-143-6/+5
| | | | Submitted by: Peter Czanik <czanik@balabit.hu> (Upline)
* - Update to 1.022jadawin2013-08-143-9/+7
| | | | | | - Trim header - Fix pkg-descr - Changelog: http://cpansearch.perl.org/src/RCAPUTO/Lexical-Persistence-1.022/CHANGES
* Update to 3.2.1.romain2013-08-146-73/+53
| | | | | | | | | This update include a patch for sgen which avoids an assertion failure (condition `info->doing_handshake' not met) that will be part of 3.2.2. Because our mono version is unstable due to this, we decided not to wait for 3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix. Many thanks to Charles Randall for reporting and helping.
* math/pure-mpfr: USES+= pkgconfigmarino2013-08-141-0/+1
| | | | Approved by: bapt/culor (mentors, implicit) lichray (maintainer)
* Fix for broken eclipse-devel after glib-2.36.3 update.gnn2013-08-141-0/+34
| | | | | | | Tested on HEAD, 9.1 and 8.4. PR: ports/181124 Submitted by: Jonathan Chen jonc at chen.org.nz
* Update to 6.9.1zeising2013-08-142-4/+3
|
* Update to 1.2.3zeising2013-08-142-3/+3
|
* Update to 1.2.2.zeising2013-08-142-3/+3
|
* Update to 1.4.1 for new xorg.zeising2013-08-142-3/+3
|
* audio/dumb: directly link librariesmarino2013-08-141-0/+1
| | | | | | Fixes indirect linking errors on modern binutils (fix from dports) Approved by: culot (mentor), maintainer timeout
* - Update to 0.4.3nivit2013-08-143-26/+29
| | | | | | | | | | | - Trim Makefile header - Remove dead link from MASTER_SITES - Remove indefinite article from COMMENT - Add LICENSE (BSD) - Convert to the new options framework - Update WWW field in pkg-descr Build details: http://goo.gl/l5Fmwu
* Update to 1.4.5zeising2013-08-142-4/+4
| | | | Obtained from: xorg development repo
* Update to 1.1.2zeising2013-08-142-3/+3
|
* Update to 1.0.6zeising2013-08-142-4/+4
|
* math/lapack95: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit)
* Update to 1.6.1zeising2013-08-142-3/+3
| | | | Obtained from: xorg development repo
* math/kktdirect: Mark jobs unsafemarino2013-08-142-8/+5
| | | | | | | | | | - Trim header - Remove WWW indent - Remove indefinite article from COMMENT There are other complaints by portlint that need reviewing by maintainer. Approved by: bapt/culot (mentors, implicit)
* - Add patch to avoid a bus error while starting the software.madpilot2013-08-142-2/+21
| | | | | | | | | Many thanks to the Mike Bernard for reporting and helping me debug this problem. While here remove obsolete MAKE_JOBS_SFE flag Reported by: Mike Barnard Kwatampora <mike.barnardq@gmail.com>
* math/gap: Mark jobs unsafemarino2013-08-141-1/+3
| | | | | | Also replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
* Update to 1.3.2ehaupt2013-08-143-10/+17
|
* Update to 0.13.2zeising2013-08-143-100/+157
| | | | Obtained from: xorg development repo
* mail/whoson: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit)
* Unbreak parallel builds (-jX) on recent -CURRENT, where our make(1) isdanfe2013-08-141-2/+1
| | | | | | | | bmake(1) now. The build fails because bmake(1) treats MFLAGS variable slightly differently: while by default its value would be '-j X', our old make(1) allows to set it from the makefile or environment, bmake(1) will append to it instead. Pass the empty value via MAKE_ARGS to make every make(1) happy, and thus fix parallel builds (once again).
* mail/firepay: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit)
* lang/ats: Fix typo on previous commitmarino2013-08-141-1/+1
| | | | Approved by: bapt (mentor)
* lang/pcc: Mark jobs unsafemarino2013-08-142-10/+5
| | | | | | | | | | - Trim header - Remove redundant PORTREVISION - Remove redundant DISTNAME - Replace USE_GMAKE - Fix WWW indent Approved by: bapt/culot (mentors, implicit)
* lang/mmix: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit)
* Unbreak the build after r324037:danfe2013-08-142-7/+15
| | | | | | | | | | | | | 1) `devel/libnotify' no longer pulls gtk20; we must depend explicitly; 2) `x11-toolkits/pango' now depends on `print/harfbuzz', which installs header file ($localbase/include/harfbuzz/hb.h) that in turn confuses bundled libass' configure script and conflicts with HandBrake's own internal header. NB: supposedly it should have been caught by exp-run for r324037, but it was not for some reason. Reported by: Sergey V. Dyatko
* Plug two more use before initialized with the new x server.zeising2013-08-141-0/+23
| | | | | Noted by: clang Obtained from: xorg development repo
* lang/ats: Mark jobs unsafemarino2013-08-141-1/+3
| | | | | | Also replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
* irc/srvx: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint Approved by: bapt/culot (mentors, implicit)
* irc/irssi-xmpp: Mark jobs unsafemarino2013-08-141-0/+2
| | | | Approved by: bapt/culot (mentors, implicit)
* graphics/volpack: Mark jobs unsafemarino2013-08-142-1/+3
| | | | | | Also fix WWW indent to please portlint Approved by: bapt/culot (mentors, implicit)
* math/openblas: update to 0.2.8wg2013-08-143-11/+11
| | | | | | | | | | - Update to 0.2.8 [1] - Convert perl5 and gmake to USES - This port uses gcc 4.6+ and gfortran - Remove now useless MAKE_JOBS_SAFE PR: ports/181268 Submitted by: Eijiro Shibusawa <phd_kimberlite yahoo.co.jp> (maintainer)
* devel/ta-lib: Mark jobs unsafemarino2013-08-141-7/+5
| | | | | | | | - trim headers - remove indefinite article from comment - replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
* devel/spdict: Mark jobs unsafemarino2013-08-141-6/+4
| | | | | | Also trim headers and replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
* textproc/yaml-mode.el: update to 0.0.9wg2013-08-142-5/+4
| | | | | | | - Update to 0.0.9 PR: ports/181209 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer)
* devel/liblognorm: Mark jobs unsafemarino2013-08-141-1/+3
| | | | Approved by: bapt/culot (mentors, implicit)
* net-mgmt/darkstat: update to 3.0.717wg2013-08-142-3/+3
| | | | | | | | | - Update to 3.0.717 Changes: http://unix4lyfe.org/darkstat/changelog.txt PR: ports/181277 Submitted by: Emil Mikulic <emikulic gmail.com> (maintainer)
* devel/gio-sharp: Mark jobs unsafemarino2013-08-142-7/+5
| | | | | | Pet portlint (trim headers, fix web), replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
* biology/libgenome: Mark jobs unsafemarino2013-08-141-0/+2
| | | | Approved by: bapt/culot (mentors, implicit)
* Fix leftoverscs2013-08-141-0/+4
| | | | | Submitted by: QAT Approved by: maintainer (implicit)
* Update to 5.1.71 release.ale2013-08-142-3/+3
|
* Note that parallel builds do not workjohans2013-08-142-2/+4
| | | | | | | While here, update Perl dependency style and WWW PR: ports/181275 Submitted by: mat
* Belatedly bump PORTREVISION to force a package rebuild.tijl2013-08-142-1/+2
| | | | Fix WWW line while here (portlint).
* - Update to 2.2cs2013-08-143-9/+71
| | | | | | | - Add a man page PR: ports/181115 Submitted by: Tzanetos Balitsaris <tzabal@it.teithe.gr> (maintainer)
* - Update to 0.3.1tota2013-08-143-38/+3
|
* - Update to 0.2.2.1328tota2013-08-142-3/+3
|
* - Update to 2.34.0culot2013-08-142-3/+3
| | | | | | Changes: http://code.google.com/p/selenium/source/browse/py/CHANGES PR: ports/181249 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* Add the PECL extension YAC - yet another cache.oliver2013-08-144-0/+30
| | | | Performs for me better than APC, APCu, Xcache or the PECL memcache extensions
* Use correct installation commands for header file and library.danfe2013-08-141-2/+2
|
* - Unbreak parallel (-jX) builds by fixing yacc'ed targets dependencies;danfe2013-08-143-22/+37
| | | | | | | | | | unfortunately, doing it correctly requires GNU make (for order-only prerequisites) - Standardize Makefile header, define LICENSE (MIT) - Install somewhat more complete set of portdocs - Install manpages relative to MANPREFIX - While here, convert to OptionsNG, utilize PORTDOCS, remove pkg-plist, and generally cleanup port's Makefile
* - Stop making fools of ourselves and spell Qt framework correctlydanfe2013-08-141-405/+405
| | | | | - Fix common misspelling of the verb "supersede" - Apply some other wordsmith and grammar corrections while here
* - Update to 1.1.2jlaffaye2013-08-143-3/+12
|
* Update from 2.6.14 to 2.8.0-rc2.osa2013-08-146-57/+59
| | | | Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
* - Update the 20121010 entry to the current gecko world order [1]flo2013-08-141-4/+3
| | | | | | - While here remove an EOL white space the caught my eye Submitted by: Jan Beich <jbeich@tormail.org> [1]
* Update to new version 1.2.8, fixing security issues (denial of service).mandree2013-08-144-4/+53
| | | | | | | | Fix fetching, by bypassing splash screen (adds files/fetchwrapper.sh). Approved by: jase (maintainer) Security: 72bf9e21-03df-11e3-bd8d-080027ef73ec Security: CVE-2013-4623
* games/nsnake: change MASTER_SITESwg2013-08-141-2/+2
| | | | | | | | - Change MASTER_SITES to the new location - Pass maintainership to the submitter PR: ports/181256 Submitted by: David Demelier <demelier.david gmail.com>
* New port for databases/p5-DBIx-Class-Helperstj2013-08-145-0/+137
| | | | | | | DBIx::Class::Helpers is a collection of tools to help simplify the common tasks in DBIx::Class. WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/
* - Make SMUX an easily editable option, default to ONzi2013-08-141-3/+10
|
* - Fix build with older version of GNU patch(1)rafan2013-08-131-1/+4
| | | | | PR: ports/181198 Submitted by: pfg@
* - Update to 1.6.1culot2013-08-132-4/+4
| | | | | | Changes: http://pypi.python.org/pypi/keyring/1.6.1#changes PR: ports/181247 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* Once again remove the hacks allowing this port to be compiled as part ofmarius2013-08-131-6/+1
| | | | | | | release builds. Since r251812, all architectures have been switched to using makefs(8) in all active release branches instead. Approved by: mentor (beat, implicit)
* Update to 3.0.1 release.ale2013-08-132-5/+14
|
* And actually allow people to continue using ports.mat2013-08-132-2/+2
| | | | Submitted by: az
* Mark MAKE_JOBS_UNSAFE.ale2013-08-131-0/+2
|
* Update to 1.11 release.ale2013-08-132-10/+6
|
* Datatools is not optional anymore.ale2013-08-131-11/+2
|
* Update to 2.4.5 release.ale2013-08-133-5/+18
| | | | | Add support for SASL client authentication Build shared library.
* Introduce Perl 5.18.1mat2013-08-1317-3/+3785
| | | | | Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod
* databases/xtrabackup: update to 2.1.4wg2013-08-133-80/+13
| | | | | | | | | - Update to 2.1.4 - Remove MySQL references (everything is now inside tarball) - Add qpress as run dependency for --decompress option PR: ports/181255 Submitted by: Alex Samorukov <samm os2.kiev.ua> (maintainer)
* science/py-h5py: Add OPTION support for HDF5 1.8koobs2013-08-132-12/+17
| | | | | | | | - Add OPTION to use science/hdf5-18 instead of science/hdf5 PR: ports/179572 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: maintainer timeout (8 weeks)
* japanese/wordpress: update to 3.6wg2013-08-132-5/+4
| | | | | | | | | - Update to 3.6 [1] - Remove LICENSE_FILE [1] - Remove indefinite article from COMMENT PR: ports/181258 Submitted by: Takefu <takefu airport.fm>
* Upgrade to 3.4.3.vanilla2013-08-132-3/+3
|
* www/pivotx: update to 2.3.7wg2013-08-135-47/+84
| | | | | | | | | | | - Update to 2.3.7 [1] - Fix EXAMPLES option [1] - Fix WWW in pkg-descr Changes: http://blog.pivotx.net/archive/2013/08/13/pivotx-237-released PR: ports/181238 [1] Submitted by: Fumiyuki Shimizu <fumifumi abacustech.jp> (maintainer)
* www/rubygem-passenger: Mark Apache as possible BUILD_DEPENDSmarino2013-08-131-1/+2
| | | | | | | | | When the default Apache option is selected, the port checks for Apache headers with the apxs program. Currently Apache is only marked as a RUN depends so the program isn't guaranteed to be available. Let's make sure that it is. Approved by: bapt/culot (mentors, implicit), osa (maintainer)
* - Update to 0.200004jadawin2013-08-132-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/RJBS/Data-Rx-0.200004/Changes
* - Update to 2.040jadawin2013-08-132-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/DDUMONT/Config-Model-2.040/Changes
* Add CVE Id, which was not in the advisory,mandree2013-08-131-0/+1
| | | | but on <https://polarssl.org/security>.
* Record PolarSSL < 1.2.8 infinite loop denial of service.mandree2013-08-131-0/+29
| | | | | Note: the port has not yet been upgraded, and the fix then needs to be merged to the 9.2 ports branch before release.
* - fix option POPPLERdinoex2013-08-132-2/+8
| | | | - fix option LIBRVG2
* Use the compiler to assemble the shared libraries, in order to avoid linkingbf2013-08-131-3/+3
| | | | | | | problems PR: 177201 Submitted by: marino, thierry
* Update to 0.2.4.16-rcbf2013-08-132-3/+3
|
* Update to 5.0.10kevlo2013-08-132-3/+3
|
* - Add missing dependencyswills2013-08-131-0/+2
|
* - Fix plistswills2013-08-131-4/+0
|
* - Fix bad MASTER_SITES to resolve fetch issues [1]zi2013-08-131-16/+5
| | | | | | | - Convert to new 'created by' header+Makefile cleanup while here PR: ports/180584 [1] Submitted by: brd@ [1]
* Helpful CLI utilities for querying and connecting to EC2 instancesswills2013-08-135-0/+35
| | | | WWW: https://github.com/FlipPath/ec2-cli-tools
* - Update to 0.8.6olivierd2013-08-134-55/+6
| | | | | | - Remove SOURCES.txt patch replaced by MANIFEST.in (to exclude tests/ directory) ChangeLog: https://raw.github.com/Pylons/waitress/0.8.6/CHANGES.txt
* Fix the pypy ports.dbn2013-08-133-5/+8
| | | | | | | | | | | | Be more aggresive in cleaning up temporary directories that pypy leaves behind in the copied directories (files and directories in __pycache__). Only .so and .pyc should be left behind in those __pycache__ directories and no subdirectories. Also remove the manual requirement for building lang/pypy. Redports successfully built lang/pypy3-devel (with leftovers) in 19 hours. Reported by: Redports
* Update to 1.17.trociny2013-08-132-3/+3
| | | | Approved by: bdrewery
* Update to 2.68.trociny2013-08-133-3/+5
| | | | Approved by: bdrewery
* The swift client requires pbr for run too.trociny2013-08-131-1/+2
| | | | Approved by: bdrewery
* Update to 4.3 release.ale2013-08-122-4/+5
|
* Rework patch to be similar to php 5.5.ale2013-08-121-9/+10
|
* Remove unneeded patch.ale2013-08-121-15/+0
|
* - Trim Makefile header down to two lines per recent agreementsdanfe2013-08-121-11/+11
| | | | | | | - Remove indefinite article from COMMENT (per PH section 5.6) - Drop conditional knobs assignments: the port is not anyone's master - Relax Tcl/Tk version requirement by properly supporting 86+ - Define LICENSE while here (GPLv2), bump PORTREVISION
* Add new port: net/polyorbmarino2013-08-125-0/+105
| | | | | | | | | | | | | | | | | | | PolyORB is a middleware implementation providing development tools and an innovative runtime library architecture for collaboration of application components using open standards for distributed systems. Polyorb has to be carefully matched with its compiler. For the Ada framework compiler, this means version "GPL 2012" despite "GPL 2013" being available now. However, a Polyorb developer told me that GPL 2012 was a bit unstable and recommended that I create a custom tarball from the Adacore subversion repository using the last revision compatible with gcc-aux. The approximate version number of 2.9 was adopted. THis custom distfile is based on rev 201373 (23 Jan 2013). The documentation from GPL 2012 was included in this new distfile rather than embarking on the painful process of regenerating all 5 versions. Approved by: bapt/culot (mentors, implicit)
* - Update to 0.08culot2013-08-122-3/+3
| | | | Changes: http://search.cpan.org/dist/Regexp-Log-Common/Changes
* Add php-cgi.1 manpage.ale2013-08-121-0/+1
|
* Add dash (-) and plus (+) symbols to allowed characters in variable names:ale2013-08-122-2/+2
| | | | | | | | | | Dash symbols are required when using OptionsNG and $UNIQUENAME_SET/UNSET. e.g. apache22-event-mpm_SET=... Plus symbols can be used to extend existing variables. e.g. OPTIONS_SET+=... PR: ports/172355, ports/181119 Submitted by: Manuel <manuel-freebsd@mausz.at>, Gea-Suan Lin <gslin@gslin.org>
* Update to 5.5.1 release. [1]ale2013-08-122-4/+9
| | | | | | | Add an OPTION to force ZTS build. PR: ports/180931 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Add an OPTION to force ZTS build.ale2013-08-121-1/+6
| | | | | PR: ports/180125 Submitted by: r4721@tormail.org
* - Update to 0.17.4gblach2013-08-123-3/+6
| | | | Approved by: crees (mentor)
* Update to 5.6.13 release.ale2013-08-123-14/+14
|
* Update to 5.5.33 release.ale2013-08-122-3/+3
|
* Mark deprecated and schedule for removal on 2013-09-01, this ports dependsrene2013-08-121-0/+3
| | | | on the deprecated lang/gdc.
* pack_sockaddr_in6 --> Socket6::pack_sockaddr_in6demon2013-08-122-5/+7
| | | | | PR: 181229 Submitted by: Darren Henderson <darren.henderson@gmail.com>
* update libzvbi to 0.2.34oliver2013-08-124-26/+10
|
* - Update to 0.37culot2013-08-123-3/+6
| | | | | | Changes: http://search.cpan.org/dist/FormValidator-Lite/Changes PR: ports/181195 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* - Update to 1.32culot2013-08-122-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
* - Update to 0.5culot2013-08-123-15/+20
| | | | | | | | - Trim Makefile's header Changes: http://www.schwarz.eu/opensource/hg/pycerberus/file/9c1ca986cc1d/Changelog.txt PR: ports/181232 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* The AngelCode Scripting Library, or AngelScript as it is also known, is anvg2013-08-124-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality. For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application. WWW: http://www.angelcode.com/angelscript/ PR: ports/178078 Submitted by: vg Approved by: osa (mentor)
* - Update to 0.602culot2013-08-122-4/+4
| | | | | PR: ports/181208 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* Add back i386-wine/Makefile (wouldn't commit otherwise).dbn2013-08-121-0/+16
| | | | | | | | Subversion and pre-commit hooks are not cooperating in the changes required for i386-wine(-devel). For the historians: This file is a copy of i386-wine-devel/Makefile as at version 321106.
* Add emulators/i386-wine.dbn2013-08-1210-0/+2466
| | | | | | With the introducation of binary packages for i386-wine-devel the port itself is largely complete (although there are still problems with 3D acceleration, both with and without nVidia).
* Fix emulators/i386-wine-devel when installing on -current.dbn2013-08-123-7/+8
| | | | | | | | | Correct version detection to complain when installing outside the supported range (8.3+ and 9.1+). Also, exclude ldconfig data from pkg-plist. Reported by: Sergey V. Dyatko
* Update to new upstream RC2.mandree2013-08-123-8/+4
| | | | Changes: http://www.docear.org/2013/08/09/docear-1-0-rc2-available-with-many-bug-fixes-and-better-support-for-macos-pdf-viewers/
* - Update to 0.5-62tota2013-08-122-4/+3
|
* - Update to 0.8-26tota2013-08-122-3/+3
|
* - Update to 0.3.900.7tota2013-08-122-3/+3
|
* - Update to 5.17-7tota2013-08-122-3/+3
|
* - sanitize installation to not clobber suid/guid filesjgh2013-08-121-4/+4
| | | | | | | | | | | | - while here print installation Previous installations reset the ownerships of all SUID and SGID files in /usr/local/libexec and included subdirectories to root:wheel. PR: 180851 Reported by: Carl Johnson <carlj@peak.org> Submitted by: jgh@ Approved by: fmb@onibox.net (maintainer timeout, > 14days )
* - Update to 1.2.1swills2013-08-122-14/+8
| | | | | PR: ports/181079 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* Backport and fix-up lang/pypy* ports.dbn2013-08-125-6/+34
| | | | | | | | | | | | | | | pypy: - fix sysconfig.py's include path - bump PORTREVISION due to above fix pypy-devel: - remove duplicate '-e' when creating pkg-plist - ancillary port functionality (thus no PORTREVISION bump) pypy3-devel: - add missing patch - fix pkg-plist - build fails without above patch (thus no PORTREVISION bump)
* Backport changes from emulators/wine-devel and add CONFLICTS_INSTALL.dbn2013-08-122-9/+19
| | | | | | | | | | The backported changes allow the i386-wine(-devel) ports to install wine in such a manor that it can run on FreeBSD/amd64. The CONFLICTS_INSTALL conflict with the i386-wine packages and the correct stable/devel packages (including the upcoming stable wine). Approved by: gerald@ (implicit)
* Introducing lang/pypy3-devel version 2.1.b1.dbn2013-08-1215-0/+3636
| | | | | | | Highlights - The first release of PyPy3: support for Python 3, targetting CPython 3.2.3! - There are some known issues including performance regressions (issues #1540 & #1541) slated to be resolved before the final release.
* Add lang/pypy-devel for non-stable releases of PyPy.dbn2013-08-1216-0/+4430
| | | | | | | | | | | | | pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients.
* Unbreak the build.rakuco2013-08-122-1/+26
| | | | | | | | | | | Import a few patches originally from Gentoo: o http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/kpovmodeler/files/kpovmodeler-1.1.3-freetype-include.patch?hideattic=0&revision=1.1&view=markup o http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/kpovmodeler/files/kpovmodeler-1.1.3-underlinking.patch?hideattic=0&revision=1.2&view=markup That fix the FreeType errors there were occurring, and also a linking problem that was happening at a later stage. Obtained from: Gentoo
* Point to the right location in MASTER_SITE_SUBDIR.rakuco2013-08-121-1/+1
| | | | Should help `make fetch'.
* Update to 0.13.0.novel2013-08-123-3/+6
|
* Mark BROKEN, it hasn't built in quite a while.rakuco2013-08-121-5/+11
| | | | | | | | | | | | | | | As explained in the comment I added: o The port does not include graphviz's include directory, assuming it is always in the compiler's default path (ie. /usr/include). o The port includes <graphviz/foo.h>, while code is expected to include <foo.h> instead, and pass -I${LOCALBASE}/graphviz instead of just -I${LOCALBASE} to the compiler. o The code in the development repository does a better job at fixing the problems above, but it still relies on the deprecated libgraph library that graphics/graphviz in ports does not install anymore.
* - Update to 4.2-6decke2013-08-124-8/+7
| | | | - Update WWW and MASTER_SITES because project moved to SourceForge
* - Update to 0.1.30:nox2013-08-112-3/+3
| | | | | | | - Add more sanity checks for read() and write(). - Update manual page for cuse4bsd. Submitted by: hselasky (maintainer)
* Update to 2.2.5.marcus2013-08-112-4/+3
|
* - Add USES+=pkgconfig to fix build. [1]ume2013-08-112-3/+3
| | | | | | | | - Convert USE_GMAKE=yes to USES+=gmake. - Use WWW: with a single space to make portlint happy. PR: ports/181098 [1] Submitted by: CyberLeo <cyberleo__at__cyberleo.net> [1]
* Upgrade to the 20130808 snapshot of GCC 4.8.2.gerald2013-08-112-10/+11
| | | | | | | | | | | | Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2]
* Fix build after recent glib update.bsam2013-08-111-1/+1
| | | | | | PR: ports/181013 Submitted by: Jan Henrik Sylvester <me@janh.de> Approved by: rodrigo@bebik.net (maintainer)
* - Unbreak the build on recent -CURRENT [*]danfe2013-08-111-15/+13
| | | | | | | - Switch to the new LIB_DEPENDS syntax - Drop no longer meaningful MAKE_JOBS_SAFE Submitted by: bsam [*]
* . update to version 0.8.6;bsam2013-08-112-18/+15
| | | | | | | | | | | | | . use one line MASTER_SITES with MASTER_SITE_SUBDIR; . use new LIB_DEPENDS syntax; . remove check for unsupported 7.x; . use bsd.port.options.mk instead of bsd.port.pre.mk; . empty(OPT) -> ! ${OPT}; . part PKGMESSAGE by space lines. PR: ports/180345 (based on, some changes has been committed by zi) Submitted by: bsam (me) Approved by: maintainer has been switched to ports@
* irc/py-irc: update to 8.5wg2013-08-112-3/+3
| | | | | | - Update to 8.5 Changes: https://bitbucket.org/jaraco/irc/src/5047365bd7b/CHANGES.rst?at=8.5
* games/wtf: update to 20130810wg2013-08-112-3/+3
| | | | | | | - Update to 20130810 PR: ports/181221 Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
* Convert header, use USES, and pet portlint.adamw2013-08-112-7/+5
|
* Update to 1.8.2.adamw2013-08-112-4/+4
|
* Use MDOCS instead of NOPORTDOCS.adamw2013-08-111-7/+10
| | | | Correct permissions on scripts. PORTREVISION bump for this.
* Update to the 20130810 snapshot of GCC 4.7.4.gerald2013-08-112-9/+10
| | | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] ~
* Remove expired ports:rene2013-08-1119-484/+3
| | | | | | 2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead
* - update to 2.32.0dinoex2013-08-114-34/+14
| | | | - new option POPPLER
* Update to the 20130804 snapshot of GCC 4.9.0.gerald2013-08-112-9/+10
| | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1]
* Update calc to 2.12.4.10johans2013-08-113-7/+20
|
* - perl need here at the patch stageaz2013-08-111-1/+1
|
* Update emulators/i386-wine-devel options with GECKO and MONO.dbn2013-08-112-3/+17
| | | | | | | | | | The binary package for amd64 systems does not bundle GECKO or MONO however it is useful (for some) to have those files installed, so allow the package to have a run-time dependency on the ports that provide Gecko and Mono support. PORTREVISION is not bumped since nothing changes in the default (BATCH) case.
* - prefix should be manprefixjgh2013-08-111-1/+1
| | | | | PR: 181150 Approved by: danilogondolfo@gmail.com (maintainer, implicit)
* - update to 2.2jgh2013-08-112-11/+7
| | | | | | | | - drop build and install steps in favor of declaration of MAKEFILE and MAKE_ARGS PR: 181150 Submitted by: danilogondolfo@gmail.com ( maintainer )
* - fix depends after libgd updatedinoex2013-08-111-1/+1
|
* - bump PORTREVISION after libdgdinoex2013-08-111-1/+1
|
* - Update to 0.996tota2013-08-112-6/+3
| | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Update to 0.996tota2013-08-112-6/+3
| | | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Approved by: Junji NAKANISHI (maintainer)
* - Update to 0.996tota2013-08-112-6/+3
| | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* - Update to 0.996tota2013-08-113-12/+22
| | | | | | | | - Pass maintainership to submitter - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
* x11-wm/e17-modules: Replace hardcoded "freebsd" with OPSYS:Lmarino2013-08-111-1/+1
| | | | | | | Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit)
* - Upgrade to 0.22.kuriyama2013-08-112-6/+7
|
* - Upgrade to 0.20.kuriyama2013-08-112-5/+7
|
* - Upgrade to 0.19.kuriyama2013-08-112-4/+7
|
* - Upgrade to 0.007.kuriyama2013-08-112-4/+6
|
* - Upgrade to 1.11.kuriyama2013-08-113-13/+5
|
* www/seamonkey: Replace hardcoded "freebsd" with OPSYS:Lmarino2013-08-111-2/+2
| | | | | | | Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit)
* mail/thunderbird: Replace hardcoded "freebsd" with OPSYS:Lmarino2013-08-111-1/+1
| | | | | | | Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit)
* lang/ocaml-nox11: Fix package originmarino2013-08-111-0/+2
| | | | | | | | | | | lang/ocaml-nox11 port produces a package with the exact same name as lang/ocaml because they have a common Makefile. However, by defining the SFX variable before including it, ocaml-nox11 package name will receive a suffix. This fixes an origin conflict seen on poudriere. The new base package name will be ocaml-nox11 Approved by: bapt/culot (mentors, implicit), maintainer timeout
* irc/irc: Replace hardcoded "freebsd" with OPSYS:Lmarino2013-08-111-6/+2
| | | | | | | Using OPSYS allows the port to build on DragonFly without modification. The header was also trimmed, but there was no function change made to the port. Approved by: bapt/culot (mentors, implicit)
* graphics/opencv: continue recent binutils fixmarino2013-08-111-3/+1
| | | | | | | This cleans up the previous commit, and combines the LDFLAGS. It's more logical this way, right after opencv_core is specified in LIB_DEPENDS. Approved by: bapt/culot (mentors, implicit)
* This module provides one function, equals (not exported by default).kuriyama2013-08-115-0/+39
| | | | | | | | | You should pass this function two strings of the same length. It will return true if they are string-wise identical and false otherwise, just like eq. However, comparing any two differing strings will take a fixed amount of time, unlike eq. WWW: http://search.cpan.org/dist/String-Compare-ConstantTime/
* - Added new options NOTIFYDESKTOP and NOTIFYEMAILvg2013-08-113-8/+28
| | | | | | | | | - Bump portrevision - BIND removed from default because depended by CURL option PR: ports/181103 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> Approved by: eadler (mentor)
* - Upgrade to 0.4003.kuriyama2013-08-112-6/+8
|
* - Upgrade to 0.19.kuriyama2013-08-112-4/+6
|
* - Upgrade to 0.0019.kuriyama2013-08-112-4/+5
|
* - Upgrade to 0.1023.kuriyama2013-08-112-4/+5
|
* POSIX::getpeername provides getpeername(2). perl's core getpeernamekuriyama2013-08-115-0/+31
| | | | | | | needs a open file handle. POSIX::getpeername allows you to get peername from sockfd. WWW: http://search.cpan.org/dist/POSIX-getpeername/
* - Upgrade to 1.43.kuriyama2013-08-112-9/+5
|
* Explicitly bump portrevision for bacula-bat after its plist fixed in r324468marck2013-08-111-0/+1
| | | | Suggested by: madpilot
* Enable packaging of emulators/i386-wine-devel on amd64 (part 2/2).dbn2013-08-101-86/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES ------- Provide two ports, in one. When compiling on i386 the port behaves as a slave port of wine-devel, creating a package suitable for installation on amd64. No change here When compiling on amd64 the port manually installs the provided amd64 packages (see wiki.FreeBSD.org/i386-Wine for those packages) and thus allowing the packages to be "build" using the FreeBSD infrastructure, and critically, to appear in the standard package set without requiring users to manually add these packages to their systems. DESIGN ------ The bootstrapping (for choosing between i386 and amd64 Makefiles) was done manually as Makefile.i386 is a slave port while Makefile.inc (for amd64) is a master port. This situation does not work in the current infrastructure thus requiring a manual bootstrap. PRECEDENT --------- Although Ports does not support cross compiling of packages there is precedent in supplying binary packages for those situations where, otherwise, cross compiling is required. In support of taking this approach I site: - misc/compat?x ports - */linux-* ports
* Enable packaging of emulators/i386-wine-devel on amd64 (part 1/2).dbn2013-08-106-0/+2321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES ------- Provide two ports, in one. When compiling on i386 the port behaves as a slave port of wine-devel, creating a package suitable for installation on amd64. No change here When compiling on amd64 the port manually installs the provided amd64 packages (see wiki.FreeBSD.org/i386-Wine for those packages) and thus allowing the packages to be "build" using the FreeBSD infrastructure, and critically, to appear in the standard package set without requiring users to manually add these packages to their systems. DESIGN ------ The bootstrapping (for choosing between i386 and amd64 Makefiles) was done manually as Makefile.i386 is a slave port while Makefile.inc (for amd64) is a master port. This situation does not work in the current infrastructure thus requiring a manual bootstrap. PRECEDENT --------- Although Ports does not support cross compiling of packages there is precedent in supplying binary packages for those situations where, otherwise, cross compiling is required. In support of taking this approach I site: - misc/compat?x ports - */linux-* ports
* - Upgrade to 0.18.kuriyama2013-08-102-5/+6
|
* - Upgrade to 0.11.kuriyama2013-08-102-9/+5
|
* The primary purpose of this is to use file descriptors instead of filekuriyama2013-08-105-0/+32
| | | | | | | handles for socket operations. File descriptors can be shared between threads and not need dup file handles for each threads. WWW: http://search.cpan.org/dist/POSIX-Socket/
* - Upgrade to 0.06.kuriyama2013-08-102-5/+7
|
* - Upgrade to 1.0028.kuriyama2013-08-103-5/+8
|
* - Upgrade to 1.102.kuriyama2013-08-102-9/+5
|
* - Upgrade to 0.17.kuriyama2013-08-102-4/+5
|
* Fix build.madpilot2013-08-101-3/+3
|
* - Added conflict with Qt3vg2013-08-102-0/+13
| | | | | | | | - Fixed build with new glibc PR: ports/175429 Submitted by: Heino Tiedemann <rotkap@gmx.de> Approved by: eadler (mentor)
* mail/libcmime: Lightweight C mime librarywg2013-08-105-0/+68
| | | | | | | | | | | | | libcmime is a lightweight mime library, written in C. It attempts to be a general library for parsing and creating mime email messages and is designed to provide an easy to use and easy to integrate interface for developers. libcmime is a pretty fresh project so the library is still in beta state and there will be early and frequent releases. WWW: http://www.libcmime.org/ PR: ports/181158 Submitted by: Axel Steiner <ast treibsand.com>
* - Upgrade to 2.18.kuriyama2013-08-102-5/+5
|
* - Upgrade to 0.31.kuriyama2013-08-103-7/+7
|
* - Upgrade to 1.3117.kuriyama2013-08-102-5/+5
|
* - Upgrade to 0.11.kuriyama2013-08-102-5/+6
|
* - Upgrade to 3.85.kuriyama2013-08-102-20/+6
|
* finance/trytond_sale_shipment_cost: update to 2.4.1wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.1 - Change maintainer address - Add Create By Makefile header PR: ports/181186 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* - Upgrade to 0.20.kuriyama2013-08-102-4/+5
|
* - Upgrade to 0.990109.kuriyama2013-08-102-4/+5
|
* - Upgrade to 1.01.kuriyama2013-08-102-4/+5
|
* - Upgrade to 0.006.kuriyama2013-08-102-5/+7
|
* - Upgrade to 0.15.kuriyama2013-08-102-9/+5
|
* finance/trytond_stock_split: update to 2.4.1wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.1 - Change maintainer address - Add Create By Makefile header PR: ports/181191 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* - Upgrade to 1.008011.kuriyama2013-08-102-5/+6
|
* finance/trytond_timesheet: update to 2.4.2wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.2 - Change maintainer address - Add Create By Makefile header PR: ports/181194 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* Fix buildmadpilot2013-08-101-1/+0
| | | | Reported by: pkg-fallout
* finance/trytond_stock_supply: update to 2.4.4wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.4 - Change maintainer address - Add Create By Makefile header PR: ports/181193 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* - Upgrade to 1.20.kuriyama2013-08-102-9/+5
|
* finance/trytond_stock_lot: update to 2.4.1wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.1 - Change maintainer address - Add Create By Makefile header PR: ports/181190 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* - Upgrade to 2.00.kuriyama2013-08-102-4/+5
|
* - Upgrade to 0.0403.kuriyama2013-08-102-9/+5
|
* finance/trytond_stock_supply_forecast: update to 2.4.1wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.1 - Change maintainer address - Add Create By Makefile header PR: ports/181192 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* - Upgrade to 0.07.kuriyama2013-08-103-12/+5
|
* - Upgrade to 0.00008.kuriyama2013-08-103-13/+19
|
* finance/trytond_stock: update to 2.4.6wg2013-08-102-4/+5
| | | | | | | | | - Update to 2.4.6 - Change maintainer address - Add Create By Makefile header PR: ports/181188 Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
* - Upgrade to 7.900051.kuriyama2013-08-102-4/+5
|