aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* . update to version 1.2.15;bsam2012-11-064-14/+6
| | | | | . trim makefile headers. Feature safe: yes
* - Github has renamed the internal download URL from /tarballbdrewery2012-11-061-1/+1
| | | | | | | | | | | | | to /tar.gz and /legacy.tar.gz. Update to use the /legacy.tar.gz which continues to give the same distinfo as it did previously. Github support indicates they plan to continue supporting the old distinfo public download URL of github.com/USER/PROJECT/tarball/COMMIT but that using nodeload. may change at any time. PR: 173359 Reported by: Mickael Maillot <mickael.maillot@gmail.com> Approved by: portmgr (bapt) Feature safe: yes
* . update to version 2.3.3;bsam2012-11-064-12/+9
| | | | | . trim makefile headers. Feature safe: yes
* Deprecate as it has been merge in netstat(1) on all supported version of FreeBSDbapt2012-11-061-5/+4
| | | | | Approved by: csjp (maintainer) Feature safe: yes
* Update to 1.08.tobez2012-11-062-8/+3
| | | | | | Changes: http://cpansearch.perl.org/src/MATTLAW/Module-Util-1.08/Changes Feature safe: yes
* Update to 1.6.tobez2012-11-062-8/+3
| | | | | Changes: http://cpansearch.perl.org/src/LCONS/Directory-Queue-1.6/Changes Feature safe: yes
* Update to 1.111010.tobez2012-11-062-8/+3
| | | | | Changes: http://cpansearch.perl.org/src/RJBS/CPAN-Mini-1.111010/Changes Feature safe: yes
* - Update to 4.4.0martymac2012-11-063-4/+4
| | | | | | - Fix typos in patch-configure Feature safe: yes
* Update to 1.2.2martymac2012-11-063-4/+6
| | | | Feature safe: yes
* - Download pregenerated icon file and drop dependency on `graphics/netpbm'danfe2012-11-062-15/+14
| | | | | | | | | | | | | - Reorder Makefile header to more common form - Drop DISTVERSIONSUFFIX altogether: it does not make sense now since we have to assign DISTFILES manually - Remove redundant assignment of WRKSRC - In DESKTOP_ENTRIES, do not rely on the fact that ${FALSE} will always be "false" as required by fd.o spec; literal value should be used instead PR: ports/173386 Submitted by: maintainer Feature safe: yes
* Pass maintainership to Jr Aquino <tanawts@gmail.com>.rakuco2012-11-061-6/+2
| | | | | | | | | | | | | The previous maintainer has timed out on many of the recent updates, and Jr Aquino has expressed interest in maintaining the port in PR 171800. I sent an email to both maintainers on Oct 21 and got no response from Yonatan so far; considering the usual timeout period for PRs of 14 days, I guess it is safe to also use it to pass maintainership to someone who is more interested in the port. Feature safe: yes
* - Update to 1.4.3wen2012-11-062-8/+5
| | | | | | | - Trim Makefile headers - Reset maintainer to ports@ Feature safe: yes
* - Update to 0.35wen2012-11-062-8/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/JJNAPIORK/Test-DBIx-Class-0.35/Changes - Trim Makefile headers Feature safe: yes
* . licence is GPLv2 or later;bsam2012-11-061-8/+7
| | | | | | | | | | | . use build target for USE_PKGCONFIG (more readable than just "yes"); . mark the new version as MAKE_JOBS_SAFE; . the option -DHAVE_LIBGD is not needed anymore; . remove ABI version from LIB_DEPENDS at options. PR: ports/172021 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Remove remaining .bak file to fix the plist.rakuco2012-11-061-0/+1
| | | | | | | Follow-up to r307041. PR: ports/173183 Feature safe: yes
* graphics/gexiv2:danfe2012-11-066-36/+40
| | | | | | | | | | | | | | | | | - Update to version 0.4.1 - Drop shlib versions in LIB_DEPENDS - Define LICENSE (GPLv2) - Cleanup Makefile and port description graphics/shotwell (gexiv2 consumer): - Bump port revision (chase gexiv2 update) - Drop shlib versions in LIB_DEPENDS - Define LICENSE (LGPL21) - Provide a better port description - Nota bene: version 0.13.1 is available Feature safe: yes Approved by: maintainer timeout
* Unbreak package build by registering PORTDOCS if we're installing docs.adamw2012-11-061-2/+1
| | | | Feature safe: yes
* Re-roll patch to unbreak build. This is a strange patch and half of theadamw2012-11-062-44/+46
| | | | | | | changes seem to be personal preference settings, so I really have no idea if this re-roll makes Chinese support work. But it builds. Feature safe: yes
* - Update to 0.8.5bdrewery2012-11-062-4/+4
| | | | | | | | | | | Changes: - Name temporary mount points with Boot Environment name. - Disable mounting datasets with mountpoint=none (avilla). - Implement automatic deletion of temporary mountpoints. - Only delete the temporary created mountpoint directories. - Make use of TMPDIR when using mktemp(1). Feature safe: yes
* - Trim Makefile headerswen2012-11-063-18/+6
| | | | | | - Reset maintainer to perl@ Feature safe: yes
* - Update to 0.5.1wen2012-11-062-3/+3
| | | | Feature safe: yes
* - Update to 2.2.1wen2012-11-062-8/+4
| | | | | | - Trim Makefile headers Feature safe: yes
* In addition to CFLAGS and LDFLAGS now also CXXFLAGS set an rpath togerald2012-11-061-0/+1
| | | | | | | | | | | the GCC run-time. This extends revision r246991 (2010-01-02) and should not be necessary in most cases since LDFLAGS already covers linking, but one can always compile and link in one swoop, and this makes things consistent between C and C++. Feature safe: yes
* Upgrade to 1.5.2.thierry2012-11-065-31/+75
| | | | Feature safe: yes
* Add missing semicolon, newline escapes, that sort of thing, toadamw2012-11-061-1/+1
| | | | | | fix build. Feature safe: yes
* Force NLS support with a very broken autotools configure. This fixesadamw2012-11-061-0/+2
| | | | | | package building. PORTREVISION bump for plist change if NLS enabled. Feature safe: yes
* - Replace patch in files/ with a combination of ${REINPLACE_CMD} andrakuco2012-11-062-26/+18
| | | | | | | | | | | USE_DOS2UNIX so we can avoid having to set the svn:eol-style property in the patch. - Convert to OptionsNG. - Trim Makefile header. PR: ports/173183 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>, Nick Hilliard <nick@foobar.org> (maintainer) Feature safe: yes
* - Update to version 1.6.4pawel2012-11-063-19/+33
| | | | | | | | | - Remove ABI versions from LIB_DEPENDS - Use common description for FREI0R option - Silent REINPLACE_CMD command - Trim Makefile header Feature safe: yes
* - Update to 0.3sbz2012-11-062-3/+3
| | | | | | PR: ports/172850 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer) Feature safe: yes
* - tidy up headerdb2012-11-065-29/+116
| | | | | | | | | | | | | | | | - options for various versions of splat! - add LICENSE - update to 1.4.0 This release introduces a new contour smoothing feature (used to generate the graphic shown in Figure 1 below), introduces a color key overlay to GoogleEarth contour displays, and supplants the Longley-Rice propagation model with a new Irregular Terrain with Obstructions Model (ITWOM v3.0) created by Sid Shumate, President of Givens & Bell, Inc. The ITWOM model promises improved performance and greater accuracy over the older ITM model used in the past. Feature safe: yes
* Update to version 1.3.2mr2012-11-062-3/+3
| | | | Feature safe: yes
* - Add missing PHP extensionstota2012-11-061-8/+5
| | | | | | | | | | | - Remove specific ABI version number from LIB_DEPENDS - Convert to new Makefile header - Bump PORTREVISION PR: ports/173367 (based on) Submitted by: tota (myself) Approved by: Bo-Yi Wu (maintainer) Feature safe: yes
* Make sure plugins use the same php version as the main squirrelmailadamw2012-11-061-18/+12
| | | | | | | | | | | | port. This is an issue for packages, where dependencies are computed before other dependencies are installed. While we're at it, remove the vestigial WITHOUT_WWWDIR thing. I'm just assuming noone uses it, and if you do, then you can set SQUIRRELDIR= as noted in the file---this is the same setting used in the main squirrelmail port. Feature safe: yes
* Update to 0.1.49.rakuco2012-11-062-3/+3
| | | | | | PR: ports/172938 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
* Update to 0.9.9.13.rakuco2012-11-064-15/+9
| | | | | | PR: ports/173401 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
* - Update to 1.2.3tota2012-11-062-3/+3
| | | | Feature safe: yes
* - Fix runtime utf-8 problems using codec encoder and system localesbz2012-11-061-3/+6
| | | | | | | PR: ports/173195 Submitted by: rm Reviewed by: sbz (myself) Feature safe: yes
* - drop maintainershipdinoex2012-11-064-4/+4
| | | | Feature safe: yes
* Really remove patch, includet to upstreeamlev2012-11-061-48/+0
| | | | Feature safe: yes
* Update to 1.6.19lev2012-11-062-3/+3
| | | | Feature safe: yes
* Fix buildaz2012-11-061-1/+1
| | | | Feature safe: yes
* Upgrade to 1.7.7lev2012-11-062-3/+3
| | | | Feature safe: yes
* Update to 1.7crees2012-11-062-3/+3
| | | | | | | | | | On 'qjail install' command run on -BETA or -RC host has no binary distribution source available by design. Added logic to check for this condition and issue error message informing user. On 'qjail install' command run on a host that has had security binary patches applied results in [uname -r] command returning [Release-9.0-p3]. There is no binary distribution source available by design for patched systems. Added code to strip the -p3 suffix resulting in the 9.0-Release distribution source being downloaded and used to populate the basejail. PR: ports/173394 Submitted by: Joe Barbish (maintainer) Feature safe: yes
* - Update to 1.7-9tota2012-11-062-3/+3
| | | | Feature safe: yes
* www/moinmoin: update to 1.9.5rea2012-11-064-141/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: * Security fix: fix virtual group bug in ACL evaluation. [was already backported to FreeBSD's 1.9.4_1]. * Avoid crash if #refresh processing instruction is used without arguments. * Fix issue with non-ASCII textchas. * Xapian indexing: remove copy.copy() that crashed on Windows/IIS/isapi-wsgi after page save. * Fix dictionary file reading crash under Windows. * Work around crash of AdvancedSearch macro rendering caused by non-ascii mimetypes.types_map entries. * Added migration script for moin 1.8.9. * rss_rc: Fix diffs added in RSS with diffs=1 (now they correspond to item listed in feed and not just last page diffs). Links generated with ddiffs=1 also fixed. * rss_rc: fix double escaping issue. * rss_rc: respect show_names configuration option. * rss_rc: proper support of rename, revert, page creation. * modern/modernized theme: fix padding/width for editor preview * group/pagelinks formatters: avoid to create unnecessary output, redirect output of send_page call with the groups formatter, it must not be written to the output stream * rst parser: fix include and macro directives * wikisync: fix unicode pagename sending for python 2.7 httplib New features: * add a require_comment config option (default: False) to require a non-empty comment when saving a page * when a save error happens, show the editor again and highlight * the error rss_rc: several new options added: lines parameter gives ability to set maximum size of diffs showed in RSS. show_att parameter gives ability to show information aboout attachment-related items in RSS. page parameter gives ability to specify set of pages for which changes RSS feed should be generated. Configuration of defaults and limits can now be done via wiki configuration mechanism. * As soon as it is now possible to provide RSS for page change history, appropriate alternate link is now added for every page (controlled by rss_show_page_history_link configuration parameter). * Search: "no_highlight:" search query option provided for suppressing highlighting search results. * Search macros: new options for FullSearch, FullSearchCached and PageList available: * highlight_titles option controls highlighting of matches in search results provided by these macros. Default value is set in search_macro_highlight_titles configuration option) * highlight_pages option controls adding of highlight URL parameter to page links (so search term is highlighted when user goes to one of these pages via provided link) in search results. Default value is set in search_macro_highlight_pages configuration option. Usage of these options is disabled (via search_macro_parse_args configuration option) by default due to behavioural changes introduced in macro parameter parsing mechanism to support them. Related to http://moinmo.in/FeatureRequests/FullSearchResultsWithoutHighlight . Other changes: * Remove 4suite dependency for docbook formatter, use minidom (included in Python). * Upgraded FCKeditor to 2.6.8. Feature safe: yes PR: 172832 QA page: http://codelabs.ru/fbsd/ports/qa/www/moinmoin/1.9.5 Approved by: maintainer timeout (2 weeks)
* Style fixes to rc scriptcrees2012-11-061-32/+30
| | | | | Approved by: Thomas-Martin Seck (maintainer) Feature safe: yes
* - Update to 2.4olivierd2012-11-063-4/+3
| | | | | | | ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.4_.282012-11-1.29 Approved by: rene, miwi (mentors) Feature safe: yes
* Fix minor typoeadler2012-11-061-1/+2
| | | | Feature safe: yes
* - Add pkgng-specific instructions to perl UPDATING entrybdrewery2012-11-061-0/+3
| | | | Feature safe: yes
* Update latest version and document security issueseadler2012-11-063-6/+66
| | | | | | | PR: ports/172619 Submitted by: tijl Security: 36533a59-2770-11e2-bb44-003067b2972c Feature safe: yes
* - Update to 0.5 [1]bdrewery2012-11-062-8/+4
| | | | | | | | - Trim header PR: ports/173307 [1] Submitted by: pirzyk [1] Feature safe: yes
* - Update to 1.7.4.2bdrewery2012-11-062-8/+4
| | | | | | - Trim header Feature safe: yes
* - Update to 0.6ehaupt2012-11-062-8/+4
| | | | | | - Trim header Feature safe: yes
* Upgrade to 2.9i and drop my maintainership.sumikawa2012-11-052-5/+4
| | | | Feature safe: yes
* Fix 64-bit bug in odbcserver application:olgeni2012-11-052-0/+15
| | | | | | | - encode_out_params should perform cast using SQL_INTEGER* rather than long*. Submitted by: Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs Feature safe: yes
* - Update to 1.95-3tota2012-11-052-3/+3
| | | | Feature safe: yes
* - Update to 1.2.2.stephen2012-11-052-8/+4
| | | | Feature safe: yes
* - Update WWWsbz2012-11-051-1/+1
| | | | Feature safe: yes
* - Update to 2.7.0gahr2012-11-054-24/+36
| | | | | | Release notes: http://www.zorba-xquery.com/html/entry/2012/09/26/Gaia Feature safe: yes
* - Update to 1.4.13fjoe2012-11-054-26/+27
| | | | | | | | - Do not build utilities: they are not installed anyway but now require misc/dahdi to be built - Specify LICENSE Feature safe: yes
* - Update to 1.5sbz2012-11-054-116/+145
| | | | | | | - Update pkg-descr - Update ${FILESDIR}/license.sh Feature safe: yes
* Specify LICENSE.fjoe2012-11-051-0/+2
| | | | Feature safe: yes
* Specify LICENSE.fjoe2012-11-051-0/+2
| | | | Feature safe: yes
* Define LDFLAGS using +=.fjoe2012-11-051-1/+1
| | | | Feature safe: yes
* - Build and install docsfjoe2012-11-052-2/+15
| | | | | | - Bump PORTREVISION Feature safe: yes
* - Update to 0.11.1fjoe2012-11-058-89/+17
| | | | | | - Build and install docs Feature safe: yes
* Update to 1.10.romain2012-11-052-5/+5
| | | | | | While here, pet portlint(1). Feature safe: yes
* Update to 1.2.2.romain2012-11-053-3/+5
| | | | Feature safe: yes
* Update to 2.0.1 release.ale2012-11-053-5/+15
| | | | Feature safe: yes
* Update distinfo forgotten at previous commit.bsam2012-11-051-2/+2
| | | | Feature safe: yes
* - update to version 3.6.1. New or changed in 3.61:bsam2012-11-051-8/+3
| | | | | | | | | | . fixed a bug in handling of -page option; . improved support for 64-bit systems related to different version of ghostscript; . added some features for supporting the LaOS project (http://www.laoslaser.org/). - use two line style headers; - remove ABI version from LIB_DEPENDS. Feature safe: yes
* 2012-11-05 textproc/xerces-c: No more supported upstream, consider using ↵bapt2012-11-0526-1292/+4
| | | | | | | | | | xerces-c2 or xerces-c3 2012-11-05 x11-wm/wampager: Development ceased 2012-11-05 x11-wm/waimea: Development ceased 2012-11-05 x11-wm/waimea-devel: Development ceased Feature safe: yes
* Use a better description at COMMENT.bsam2012-11-051-1/+1
| | | | | Suggested by: danfe Feature safe: yes
* Fix recording with libtheora.kevlo2012-11-053-1/+46
| | | | Feature safe: yes
* - Update to 1.2.0.stephen2012-11-052-8/+4
| | | | Feature safe: yes
* Update to Postfix 2.10 Snapshot 20121031 and documentsahil2012-11-054-8/+24
| | | | | | | | incompatible changes in UPDATING. Also, revise the PKGINSTALL script to distinguish upgrades from fresh installs. Feature safe: yes
* Update port to the 3.5.18 versiontimur2012-11-055-147/+200
| | | | Feature safe: yes
* The previous commit actually was an update to Wine 1.5.16, not 1.5.15.gerald2012-11-050-0/+0
| | | | | Pointed out by: osa Feature safe: yes
* - upgrade to version 2.0db2012-11-058-88/+46
| | | | | | | - unbreak on x64 - clean up header Feature safe: yes
* Update to the 20121103 snapshot of GCC 4.7.3.gerald2012-11-052-3/+3
| | | | Feature safe: yes
* Given how stable the GCC 4.6 branch is these days, like with lang/gccgerald2012-11-052-5/+5
| | | | | | | | | | | | | | just build, do not bootstrap, when building this port. This speeds up a full port/package test cycle by 31% on a 4-core system; a simple build/install will benefit even more. (This may impact compile time by this compiler a bit, depending on how well the system compiler optimizes this codebase. And we only should do this for stable, established versions of GCC.) On the way, update to the 20121102 snapshot of GCC 4.6.4. Feature safe: yes
* Fix the quoting of command-line arguments in the wrapper scripthq2012-11-052-2/+2
| | | | | | PR: ports/173146 Reported by: swills Feature safe: yes
* - Update to 0.9.16cs2012-11-054-15/+65
| | | | | | | - Cleanup Makefile header - Cleanup pkg-descr Feature safe: yes
* For libhunspell the number 1.3 is a part of the name:bsam2012-11-051-1/+1
| | | | | | | | | "libhunspell-1.3.so.0", while ".0" is an ABI version. PR: ports/173361 Submitted by: bsam (me) Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Feature safe: yes
* Fix DISTFILES for Distilator.rakuco2012-11-051-2/+2
| | | | | | PR: ports/173270 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Feature safe: yes
* - Update to version 0.9.16madpilot2012-11-054-19/+27
| | | | | | | | - Fix typo in Created by line PR: ports/172510 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update to version 2.5.3madpilot2012-11-054-392/+21
| | | | | | | | - While here, add trailing slash to WWW URL and use space as separator. PR: ports/172726 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Fix the dæmon with an absolute path.thierry2012-11-051-1/+3
| | | | Feature safe: yes
* Remove MOVED entry for sysutils/reedcrees2012-11-051-1/+0
| | | | Feature safe: yes
* - Limit portscout to 2.7swills2012-11-051-0/+2
| | | | Feature safe: yes
* Revive sysutils/reed, and take on role as upstreamcrees2012-11-055-0/+51
| | | | Feature safe: yes
* . update to version 1.1.25;bsam2012-11-053-8/+5
| | | | | | . use two line style headers. Feature safe: yes
* - Update to 3.3.0fjoe2012-11-043-9/+6
| | | | | | - Do not use pkg-plist Feature safe: yes
* Add devel/git-review.rakuco2012-11-045-0/+47
| | | | | | | | | | | | | Git review allows you to extend git to interact more easily with a Gerrit server from the console. It allows you to push change to review, download a changeset into a new branch, push a change as draft or push an amended change as new patchset. PR: ports/173006 Submitted by: Sébastien Santoro aka Dereckson <dereckson@gmail.com> Feature safe: yes
* - Specify LICENSEfjoe2012-11-041-0/+2
| | | | Feature safe: yes
* Fix installing this port as a user (e.g., INSTALL_AS_USER=1) bygerald2012-11-041-2/+1
| | | | | | | ignoring the error code after a call to ${LDCONFIG}. Approved by: maintainer timeout (3 months) Feature safe: yes
* - Update to 1.3.12cs2012-11-042-7/+4
| | | | | | - Change Makefile header Feature safe: yes
* - Update to 8.6:cs2012-11-043-9/+6
| | | | | | | | | | | | | | | - PolarSSL updated to version 1.2. Added support for TLS 1.2 and secure renegotiation. - Added support for Server Name Indication. - MinSSLversion option added. - ServerRoot option removed. - Improved MacOS X package building script. - Marked php-fcgi as deprecated. Use php-fpm instead. - Small bugfixes and improvements. - Change Makefile header Feature safe: yes
* - Update to 0.16cs2012-11-042-8/+4
| | | | | | - Fix header of Makefile Feature safe: yes
* - Update to 2.1.0 [1]bdrewery2012-11-042-12/+9
| | | | | | | | | | | - Trim header - Convert to new options framework - Remove use of bsd.pre.port.mk PR: ports/173099 [1] Submitted by: John Chen <johnpupu@gmail.com> [1] Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes
* 0.3.0 / 2011-12-18 Fabian Kurz <mail@fkurz.net>db2012-11-044-16/+17
| | | | | | | | | * New platform: Windows (with MINGW), thanks to SP8QED for patches * CW Settings can be changed during attempts on the fly (F5) * Attempts can be aborted without aborting the whole program * A pretty new icon (thanks to Victoria, SV2KBS) Feature safe: yes
* - Change my email address to gblach@FreeBSD.orggblach2012-11-04130-760/+257
| | | | | | - Change Makefile headers to shorter form Feature safe: yes
* Fix compilation error.fjoe2012-11-041-0/+11
| | | | | Obtained from: upstream Feature safe: yes
* - Update to 0.2.5fjoe2012-11-0412-208/+30
| | | | | | | | - OPTIONS'ify - Build and install documentation - Specify LICENSE Feature safe: yes
* - Add LICENSE (AL2)jhale2012-11-042-13/+20
| | | | | | | | | | | | | | - Add PORTDOCS - Update COMMENT - Update pkg-descr - Trim Makefile header - Bump PORTREVISION since installed files will change - Pass maintainership to submitter PR: ports/173207 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* apngdis converts an APNG file into a sequence of individual PNG framesjhale2012-11-044-0/+53
| | | | | | | | | | | via a simple command-line interface. WWW: http://sourceforge.net/projects/apngdis/ PR: ports/173205 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* Update to 5.16.2az2012-11-045-7/+22
| | | | | | | | Changes: http://search.cpan.org/~rjbs/perl-5.16.2/pod/perldelta.pod Approved by: maintainer (implicit via email) With hat: perl@ Feature safe: yes
* - Update to 2.7 [1]jhale2012-11-042-23/+21
| | | | | | | | | | | | | - Update COMMENT/LICENSE [1] - Convert to new options framework [1] - Pass maintainership to submitter [1] - Trim Makefile header - Fix STATIC option PR: ports/173206 [1] Submitted by: nemysis <nemysis@gmx.ch> [1] Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* Update to 310.14bland2012-11-042-3/+3
| | | | Feature safe: yes
* Update to 310.14bland2012-11-043-8/+6
| | | | Feature safe: yes
* update to 1405434 and now it uses www/serf.maho2012-11-042-7/+7
| | | | Feature safe: yes
* - Update to 0.3.4jhale2012-11-044-13/+46
| | | | | | | | | - Trim Makefile header PR: ports/173327 Submitted by: Marco Broeder <marco.broeder@gmx.eu> (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* - Update to 0.9.2tota2012-11-043-10/+5
| | | | | | | | | | | | | | | | | | | | - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M R-cran-ROAuth/distinfo M R-cran-ROAuth/pkg-descr M R-cran-ROAuth/Makefile
* - Update to 1.0-4.2tota2012-11-043-10/+5
| | | | | | | - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes
* - Update to 2.2.0tota2012-11-042-8/+10
| | | | Feature safe: yes
* Fix plist.cy2012-11-042-0/+3
| | | | Feature safe: yes
* Upgrade to version 10.4.4.olgeni2012-11-044-29/+30
| | | | Feature safe: yes
* Update to 2.2.0wxs2012-11-044-254/+398
| | | | | | | | | Drop DEVEL option. Turn on SSL support. PR: ports/172700 Submitted by: Dmitry Sukhodoyev <raven428@gmail.com> Approved by: maintainer timeout Feature safe: yes
* - Add missing EXAMPLES filetota2012-11-041-1/+2
| | | | Feature safe: yes
* - fix serf.pc by removing wrong Requires.private statementohauer2012-11-041-0/+3
| | | | | | | | No version bump needed, the issue was detected in a special openoffice-3-devel build Noted by: Maho NAKATA <maho@apache.org> on the apache@ list Feature safe: yes
* - fix the patch, we need the time in milliseconds not in micorsecondsohauer2012-11-042-2/+3
| | | | | | - noted by Erik Sejr, and on the check-mk list Feature safe: yes
* - Update to 2.1.0tota2012-11-043-9/+5
| | | | | | | - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes
* - Update to 2012.1.stephen2012-11-044-40/+37
| | | | Feature safe: yes
* - Remove patches for regression tests. Those patches are not necessary butjkim2012-11-042-32647/+4
| | | | | | | | | | caused build failures on 7.x. - Revert r306656. bootstrap-openjdk builds it fine now (r306814). - Remove registervm from build dependency. This hack is no longer necessary as javavmwrapper is fixed now (r306536). Approved by: glewis (maintainer) Feature safe: yes
* - Update to 2.6.1.stephen2012-11-043-8/+6
| | | | Feature safe: yes
* - Update to 1.1.8.stephen2012-11-043-10/+28
| | | | Feature safe: yes
* - Update to 3.41ehaupt2012-11-042-8/+4
| | | | | | - Trim header Feature safe: yes
* Update to 2.7.zeising2012-11-042-8/+4
| | | | | | | | | | | Changelog: - Add --min-dim and --max-dim options to only process images with certain dimensions. While here, strip makefile headers. Approved by: miwi, kwm (mentors, implicit) Feature safe: yes
* Update to 3.3.41zeising2012-11-042-8/+4
| | | | | | | While here, strip make file header. Approved by: kwm, miwi (mentors, implicit) Feature safe: yes
* Update krb5-appl 1.0.2 --> 1.0.3cy2012-11-042-7/+3
| | | | Feature safe: yes
* Update krb5 1.9.2 --> 1.10.3cy2012-11-045-207/+24
| | | | Feature safe: yes
* - Update to 20121103jase2012-11-042-4/+4
| | | | Feature safe: yes
* . move LICENCE up and pet portlint; [1]bsam2012-11-043-13/+12
| | | | | | | | | | | | | | | . change WWW at pkg-descr; [1] . remove LICENSE from pkg-descr; . use two line style headers; . remove ABI version (.0) from LIB_DEPENDS (hunspell-1.3 *is* the libarary name); . remove the indefinite article from COMMENT; . USE_GNOME=pkgconfig -> USE_PKGCONFIG=build; . make use of desktopfileutils at port and package; . bump PORTREVISION. PR: ports/173243 [1] Submitted by: nemysis <nemysis@gmx.ch> [1] Feature safe: yes
* Restore 'Created by' header information. This has been removed during theehaupt2012-11-0425-0/+25
| | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes
* - fix pkg-plistohauer2012-11-041-1/+3
| | | | Feature safe: yes
* Update to 286ehaupt2012-11-042-3/+3
| | | | Feature safe: yes
* - Update to 1.72ehaupt2012-11-042-9/+4
| | | | | | - Trim header Feature safe: yes
* Update to 1.9makc2012-11-043-11/+6
| | | | | | | | Trim Makefile header Update COMMENT Explicitly declare NLS in options Feature safe: yes
* - Update to 0.69ehaupt2012-11-042-8/+4
| | | | | | - Trim header Feature safe: yes
* Update to 0.4.1makc2012-11-045-28/+5
| | | | | | Remove stale patches Feature safe: yes
* Update to 3.5.2makc2012-11-042-3/+3
| | | | Feature safe: yes
* Add textproc/plover, an open source program providing real-timeolgeni2012-11-046-0/+128
| | | | | | stenographic technology. Feature safe: yes
* Remove the use of _GCC_BUILD_DEPENDS, which was never meant to be usedgerald2012-11-041-7/+3
| | | | | | | | | | | | | | outside of Mk/bsd.gcc.mk and is going to go away there, and replace it by the new _GCC_RUNTIME. That one is a stop gap measure as well, but at least documented as such and easier to use. Really, using CFLAGS, LDFLAGS and the like should be sufficient and a hack like this never necessary. Simplify Makefile headers according to new guidance. Approved by: maintainer timeout (3 weeks) Feature safe: yes
* - Convert header into new formdb2012-11-031-6/+3
| | | | | | | - Move LICENSE line to make portlint happy - No code changes Feature safe: yes
* Update to 0.52crees2012-11-032-3/+3
| | | | Feature safe: yes
* Update to 20121103 snapshotcrees2012-11-032-3/+3
| | | | Feature safe: yes
* vexim account admin Roundcube pluginswills2012-11-035-0/+55
| | | | | | | | WWW: http://axel.sjostedt.no/misc/dev/roundcube/ PR: ports/173264 Submitted by: Mark Felder <feld@feld.me> Feature safe: yes
* Login info Roundcube pluginswills2012-11-035-0/+47
| | | | | | | | WWW: http://www.std-soft.com/bfaq/52-cat-webmail/107-text-auf-der-login-seite-einblenden.html PR: ports/173262 Submitted by: Mark Felder <feld@feld.me> Feature safe: yes
* . update to version 0.9.2;bsam2012-11-035-24/+26
| | | | | | | | . USE_GNOME=pkgconfig -> USE_PKGCONFIG=build; . make use of desktopfileutils for port and package; . use two line style headers. Feature safe: yes
* update to 3.6.3maho2012-11-032-5/+10
| | | | Feature safe: yes
* - update to svn revision 243ohauer2012-11-032-27/+137
| | | | | | | | | Changes: http://code.google.com/p/pulledpork/source/detail?r=243 - Bug #121 - Update to allow for new etpro.com url and cert! - Bug #119 - Fixed regex [^\\]... - Unlisted Bug - Allow for escaped ; "\;" in references Feature safe: yes
* - Update to 2.2.2swills2012-11-033-15/+15
| | | | | | PR: ports/173214 Submitted by: Mark Felder <feld@feld.me> (maintainer) Feature safe: yes
* - update to 1.2.0p3ohauer2012-11-034-8/+90
| | | | | | | Thanks to Erik Sejr <eriks@ssimicro.com> for providing the patch! Feature safe: yes
* Correct plural of "vulnerability"crees2012-11-031-2/+2
| | | | Feature safe: yes
* - Update to 0.10.4madpilot2012-11-037-43/+126
| | | | | | | | | | | - Remove indirect dependency on devel/zmq - Clean up post-patch target - Trim Makefile headers PR: ports/173037 Submitted by: Denis Generalov <gd@rambler-co.ru> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) Feature safe: yes
* - Update to 1.9ehaupt2012-11-032-8/+4
| | | | | | - Trim header Feature safe: yes
* - Update to 1.17ehaupt2012-11-032-8/+4
| | | | | | - Trim header Feature safe: yes
* - Update to 6.06ehaupt2012-11-032-9/+4
| | | | | | - Trim header Feature safe: yes
* - Update to 1.49ehaupt2012-11-032-8/+4
| | | | | | - Trim header Feature safe: yes
* Update to 0.3.fjoe2012-11-032-4/+3
| | | | Feature safe: yes
* Update to 4.8.1.6.fjoe2012-11-034-14/+10
| | | | Feature safe: yes
* Add trailing slash in WWW URL.fjoe2012-11-031-1/+1
| | | | Feature safe: yes
* . update to version 0.6.0;bsam2012-11-035-87/+62
| | | | | | | | | | | | | | | . use two line style headers; . strip ABI versions from LIB_DEPENDS; . add licence (GPLv3); . make use of desktopfileutils for port and package; . add pkgconfig build dependency; . remove desktop entry from Makefile (the port has got it's own); . remove BROKEN at FreeBSD-6.x (not supported anymore). PR: ports/173305 Submitted by: bsam (me) Reviewed by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Feature safe: yes
* update zpaq to 6.15bf2012-11-032-4/+4
| | | | Feature safe: yes
* - Update to 2.1.9tota2012-11-033-9/+5
| | | | | | | - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes
* - Update to 6.6.4tota2012-11-033-18/+15
| | | | | | | - Convert to new Makefile header Release Notes: http://astah.net/release-notes/community/com-6.6.4 Feature safe: yes
* Update port to the 3.6.9 versiontimur2012-11-034-24/+44
| | | | Feature safe: yes
* html2text uses patch letters which look like "alpha" and "beta" (a and b) so ↵eadler2012-11-031-0/+2
| | | | | | | tell portscout that these versions are actually newer. Reviewed by: zi Feature safe: yes
* De-libxul yelp. Use a webkit based sourceball found in gentoo portage. Whichkwm2012-11-034-67/+12
| | | | | | | | | | | | | was made by the OpenSuse people. This allows gnome2 to be packaged again. I planned to do this update after 9.1 was released but I completely forgot about packages for the release [1]. While here update Makefile header, remove shlib versions and update CONFLICT for the gnome3 version when that arrives. Reminded by: mandree@ [1] Obtained from: gnome stage area Feature safe: yes
* Changes in this release from 1.2.15.2 are:db2012-11-033-7/+7
| | | | | | | | | | | | | | | | | Version 1.2.15.3 2012-11-01 * Fix configure.ac so that rigctld/rotcld work on Win32 platform * Add NSIS script to build executable installer on Win32 platform * Remove unsupported commands on IC-756 (non-Pro model) from AK6I * Fix set_split in netrigctl.c to properly accept the split value. TNX, N2ADR. * IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG * ADAT updates from Frank, DG1SBG, needed for stable operation. This is likely the last planned release of the Hamlib 1.2 series. Development will now focus on the Hamlib 3 series which is now configured to be ABI compatible with the 1.2 series. Feature safe: yes
* Update to the 20121026 snapshot of GCC 4.6.4. Bring a comment in linegerald2012-11-032-4/+4
| | | | | | with related ports. Feature safe: yes
* Update to 1.2.4.delphij2012-11-036-24/+12
| | | | Feature safe: yes
* Document the new incantation for the bash completion library v2.0.adamw2012-11-031-0/+12
| | | | Feature safe: yes
* Update to 2.0.adamw2012-11-035-218/+561
| | | | | | | | Please note that the mechanism for activating the completions library has changed. You must source ${PREFIX}/share/bash-completion/bash_completion.sh from your .bashrc. Feature safe: yes
* Maintenance upgrade to 3.21.59db2012-11-032-3/+3
| | | | | | | | | | | | | | | - Thumbdrive discover application executable location if the directory in which "fldigi" / "fldigi.exe" resides contains a file named NBEMS.DIR then base all NBEMS file locations to that drive-folder this allows a fully portble NBEMS installation to a thumbdrive (or other portable drive) - UTF-8 overhaul Includes Refactor get_tx_char() Reset to stock version, call byte_at(). Feature safe: yes
* - Update to 0.4.0.jkim2012-11-035-22/+30
| | | | | | | - Fix dependencies and tweak pkg-message. - Trim makefile header, add license, and convert to optionsNG. Feature safe: yes
* - Update to 3.2.1lme2012-11-033-4/+3
| | | | Feature safe: yes
* - update mod_webkit to version 1.1 [1]ohauer2012-11-034-18/+10
| | | | | | | | | | | | | | - update mod_setenvifplus to version 0.19 [2] noted by portscout (no changes except version number) [1] old version no longer fetchable [1][2] Feature safe: yes PR: 171900 [2] Submitted by: ohauer [2] Approved by: maintainer timeout [2]
* - Release to pool as I do not use this and am overcommitted.bdrewery2012-11-032-12/+4
| | | | | | - Trim header Feature safe: yes
* - update to 0.3.4rm2012-11-035-66/+64
| | | | | | | | | | | | | | - pass maintainership to submitter - convert to optionsng while here: - trim Makefile header - remove redundant LICENSE_FILE - tab -> space change in pkg-descr:WWW PR: 173208 Submitted by: nemysis <nemysis at gmx dot ch> Feature safe: yes
* - update to 0.15.2rm2012-11-032-8/+7
| | | | | | | | changelog: http://hg.gajim.org/gajim/file/gajim-0.15.2/ChangeLog Reported by: portscout Feature safe: yes
* - Update to checkin 15c57f0bdrewery2012-11-032-4/+4
| | | | | | | | | Changes: * Include BE name in temporary mountpoints * Don't mount mountpoint=none datasets * Fixes for temporary mountpoints Feature safe: yes
* - Update to 1.3.3zi2012-11-032-3/+3
| | | | Feature safe: yes
* - Update to 3.4.2zi2012-11-032-3/+3
| | | | Feature safe: yes
* Update to 1.34.delphij2012-11-032-8/+4
| | | | Feature safe: yes
* Update to 0.8.5.delphij2012-11-033-104/+121
| | | | Feature safe: yes
* - update apache22 to version 2.22.23ohauer2012-11-038-37/+58
| | | | | | | | | | - trim vuxml/Makefile header with hat apache@ Feature safe: yes Security: CVE-2012-2687
* Add entry for webmin < 1.600_1 (potential XSS attack).olgeni2012-11-031-0/+26
| | | | Feature safe: yes
* - Update MASTER_SITESpawel2012-11-033-42/+18
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/172255 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update MASTER_SITES and WWW: linepawel2012-11-033-20/+19
| | | | | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_UNSAFE - Switch to PLIST_FILES While here: - Correct COMMENT's length - Fix build with clang PR: ports/172253 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - update to 1.6.0rm2012-11-035-63/+31
| | | | | | | | | | | | | | - pass maintainership to submitter while here - install license via license framework, not manually - convert to optionsng - remove deprecated Author field in pkg-descr - whitespace fixes in pkg-descr PR: 171723 Submitted by: Guy Brand <gb at unistra dot fr> Feature safe: yes
* Add cfv to category Makefilecrees2012-11-031-0/+1
| | | | | Reported by: beat Feature safe: yes
* Fix deinstallation script for 7.x. -samefile option for find(1) does notjkim2012-11-032-4/+12
| | | | | | | exist there. Reviewed by: glewis (maintainer) Feature safe: yes
* - Remove DEPRECATED and update to 2.22pawel2012-11-036-95/+49
| | | | | | | | - Update MASTER_SITES PR: ports/172252 (based on) Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* . Update to 2012h.glewis2012-11-032-3/+3
| | | | Feature safe: yes
* Update to svn 1403191.maho2012-11-034-41/+17
| | | | Feature safe: yes
* - Remove DEPRECATEDpawel2012-11-033-22/+42
| | | | | | | | | | - Update MASTER_SITES and WWW: line - Add LICENSE - Fix desktop file PR: ports/172251 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Update to 1.4.2arved2012-11-032-3/+3
| | | | Feature safe: yes
* - Update MASTER_SITES and WWW: linepawel2012-11-036-120/+36
| | | | | | | | | - Add LICENSE - Switch to PLIST_FILES PR: ports/172250 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - update to 1.6.1rm2012-11-022-10/+5
| | | | | | | | | | | while here: - trim Makefile header - remove indefinite article from COMMENT PR: 172830 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> Approved by: reassigned to the heap Feature safe: yes
* - Update to checkin 1f2d4d3281bdrewery2012-11-022-4/+4
| | | | | | | | | | | | Changes: * bulk/testport: Automatically detect dependency loops and deadlocked queue, which fixes "infinite loop" or "hang" when building * Fix error when SAVE_WRKDIR is not defined * testport: Ignore /etc/make.conf as leftover (fixes perl build) * More optimizations Feature safe: yes
* - update to 2.96rm2012-11-023-19/+17
| | | | | | | | | | | | while here: - trim Makefile header - convert to optionsng - whitespace fixes in pkg-descr PR: 172870 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> Approved by: reassigned to the heap Feature safe: yes
* Update to 2.7.9flo2012-11-023-12/+46
| | | | Feature safe: yes
* - update to 0.57rm2012-11-024-41/+69
| | | | | | | | | | | | | | - trim Makefile header - convert to optionsng - tab -> space change in pkg-descr:WWW changelog: https://lists.launchpad.net/zim-wiki/msg01905.html PR: 172881 Submitted by: rm (myself) Approved by: maintainer timout (2 weeks) Feature safe: yes
* Update to version 0.54pawel2012-11-023-270/+469
| | | | | | PR: ports/172248 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - correct list of dependent py-twisted components and use USE_TWISTED_RUNrm2012-11-021-8/+4
| | | | | | | | | | - bump PORTREVISION because of dependencies change - trim Makefile header, while here PR: 172657 Submitted by: brd Approved by: maintainer timeout (3 weeks) Feature safe: yes
* Hand over port to new volunteer.eadler2012-11-021-1/+1
| | | | Feature safe: yes
* - update to 1.6.0rm2012-11-023-27/+23
| | | | | | | | | | | - eliminate PYTHON_SITELIBDIR in depends, while here changelog: http://bazaar.launchpad.net/~jendrikseipp/rednotebook/trunk/annotate/head:/CHANGELOG PR: 173279 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu at gmail dot com> (maintainer) Feature safe: yes
* - Update to 1.8.7 p371swills2012-11-022-3/+3
| | | | | Security: 2a093853-2495-11e2-b0c7-000d601460a4 Feature safe: yes
* - Update MASTER_SITESpawel2012-11-021-5/+5
| | | | | | | | - Add LICENSE PR: ports/172247 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Unbreak IPV6 option [1]jhale2012-11-023-102/+163
| | | | | | | | | | | | | | | - Trim Makefile header [1] - Pass maintainership to submitter [1] - Add options for ALSA, OSS, GCONF, GNOMEVFS2, and NLS - Fix 3dnow/mmx optimizations - General Makefile cleanup - Remove WANT_GNOME, remove unneeded REINPLACE_CMDs, whitespace cleanup - Sort pkg-plist PR: ports/173222 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* - Update MASTER_SITESpawel2012-11-023-22/+27
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/172244 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update MASTER_SITESpawel2012-11-025-126/+29
| | | | | | | | | | - Add LICENSE - Fix build with new utmpx - Convert to OptionsNG PR: ports/172243 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Remove entry for readded security/cfvcrees2012-11-021-1/+0
| | | | Feature safe: yes
* Resurrect security/cfv and remove optional dependency oncrees2012-11-026-0/+73
| | | | | security/py-fchksum; the port works just fine without it. Feature safe: yes
* - Update to version 2.4.9pawel2012-11-024-34/+42
| | | | | | | | | - Add LICENSE - Remove ABI versions from LID_DEPENDS PR: ports/172241 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Remove because it depends on security/py-fchksum which is not in the ports ↵ak2012-11-028-76/+1
| | | | | | tree anymore. Feature safe: yes
* - Add an optional patch to allow 'set ip next-hop' in route mapssem2012-11-022-1/+182
| | | | | | | | for OSPF announces. This is useful for OSPF with CARP. Submitted by: glebius Approved by: maintainer Feature safe: yes
* - Fix MASTER_SITES and Undeprecateak2012-11-021-11/+9
| | | | | | | | | | - Add MAKE_JOBS_SAFE - Convert Makefile headers to new style PR: ports/172030 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - take maintainershiprm2012-11-022-7/+3
| | | | | | | | - trim Makefile header - remove redundant LICENSE_FILE - tab -> space change in pkg-descr:WWW Feature safe: yes
* - Add LICENSEpawel2012-11-024-200/+53
| | | | | | | | | | | | | - Switch from pkg-plist to PLIST_FILES - Install desktop entry file - Convert to OptionsNG - Generate better execution script - Update homepage - Hand maintainership to submitter PR: ports/172699 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes
* update the distinfo after upstream changesbf2012-11-021-4/+4
| | | | Feature safe: yes
* Remove expired port:ak2012-11-025-40/+1
| | | | | | 2012-10-20 security/py-fchksum: No more public distfiles Feature safe: yes
* - Update MASTER_SITESpawel2012-11-021-15/+17
| | | | | | | | | - Add LICENSE - Fix CXXFLAGS PR: ports/172238 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Upgrade module: passwd-1.600-5.olgeni2012-11-022-1/+4
| | | | | | | According to the release notes, "fix for potential XSS attack via real name field." Feature safe: yes
* - Update to version 0.9.1pawel2012-11-022-19/+35
| | | | | | | | | - Convert to OptionsNG - Mark MAKE_JOBS_SAFE PR: ports/171993 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Upgrade to version 3.95.olgeni2012-11-023-3/+8
| | | | Feature safe: yes
* - Update to 1.488lwhsu2012-11-022-3/+3
| | | | | | | PR: ports/173289 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Feature safe: yes
* Correct name of transmission25-gtk2 port in BROKEN messagecrees2012-11-021-1/+1
| | | | | | PR: ports/173287 Submitted by: poyopoyo@puripuri.plala.or.jp Feature safe: yes
* Upgrade to 0.9.3.vanilla2012-11-026-55/+13
| | | | | | PR: ports/171729 Submitted by: maintainer Feature safe: yes
* - Document ruby vulnerabilities:bdrewery2012-11-021-0/+81
| | | | | | | | | | * CVE-2012-4464 + CVE-2012-4466 $SAFE escaping vulnerability about Exception#to_s / NameError#to_s * CVE-2012-4522 Unintentional file creation caused by inserting an illegal NUL character Reviewed by: eadler Feature safe: yes
* I know that the error for php-5.4 incompatibility confusingly saysadamw2012-11-021-0/+6
| | | | | | | | | | | | | that squirrelmail is incompatible with php-5 entirely, but it is just php-5.4 that it is incompatible with. I'm adding some more verbose and setting the default to 5.3 if php isn't installed, but there's not a lot else I can do. There is an open PR to make the error message more clear, but at the end of the day php-5.4 compatibility is waiting only on the SM team to make another release. Feature safe: yes
* Drop maintainership per requesteadler2012-11-021-5/+2
| | | | | | | Trim header Approved by: maintainer Feature safe: yes
* - Update to 1.3.3.stephen2012-11-022-8/+4
| | | | Feature safe: yes
* - Update to 2.4.1.stephen2012-11-022-3/+3
| | | | Feature safe: yes
* Fix dependence on kde4-runtimemakc2012-11-021-3/+3
| | | | Feature safe: yes
* update to zpaq 6.14; add lazy2 and the updated level 2 zpaq specbf2012-11-024-83/+59
| | | | Feature safe: yes
* - Update to 2.9.2 and pass maintainership to the submitter. [1]jkim2012-11-027-40/+98
| | | | | | | - Trim Makefile header. PR: ports/173157 [1] Feature safe: yes
* Resurrect graphics/exifprobe, mirror distfiles.amdmi32012-11-024-0/+42
| | | | | | | | | | | | Exifprobe examines and reports the contents and structure of JPEG and TIFF image files. It will recognize all standard JPEG markers (including APPn markers) and will report the contents of any properly structured TIFF IFD encountered, even when entry tags are not recognized. Recognized TIFF and TIFF/EP tags are expanded, including EXIF2.2 sections and camera MakerNotes which are found to be in TIFF IFD format. Location, size, and format of image data is reported by default. Feature safe: yes
* - Update to version 0.37 [1]pawel2012-11-023-42/+123
| | | | | | | | | - Add missing deps - Install desktop entry files PR: ports/171996 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Feature safe: yes
* Update to the 20121027 snapshot of GCC 4.7.3.gerald2012-11-022-3/+3
| | | | Feature safe: yes
* - Fix packagepav2012-11-021-1/+1
| | | | Feature safe: yes
* - Fix packagepav2012-11-021-3/+0
| | | | | Reported by: beatmail Feature safe: yes
* - Fix tinderbox build by adding IPV6 option to explicitlyjhale2012-11-021-3/+16
| | | | | | | | | | | enable or disable IPV6 support. Previous behavior was auto-detection which wasn't working right on tinderbox and would have caused problems anyways. Reported by: pointyhat Approved by: maintainer via private mail makc, avilla (mentors, implicit) Feature safe: yes
* update to 3.3.0bf2012-11-022-10/+10
| | | | Feature safe: yes
* Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-11-023-4/+16
| | | | | | | Update to the 20121014 snapshot of GCC 4.8.0. Submitted by: jkim [1] Feature safe: yes
* Update to 3.5.1makc2012-11-022-8/+4
| | | | Feature safe: yes
* Update from 2.0.0-beta11 to 2.0.0-rc1.osa2012-11-024-32/+30
| | | | | | ChangeLog: http://luajit.org/changes.html Feature safe: yes
* - Install tools by default to match the base versionbdrewery2012-11-022-0/+67
| | | | | | PR: ports/173224 Submitted by: Roman Naumann <namor@hemio.de> (maintainer) Feature safe: yes
* - Update to 3.2.14bdrewery2012-11-022-8/+4
| | | | | | | | | | | | - Trim header Changes: * Bugfixes * New Feature: Use of writev, to improve TCP response time PR: ports/173261 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Feature safe: yes