pkgsrc/www
wiz 53f16d046f Update *subversion* to 1.8.0:
Version 1.8.0
(18 Jun 2013, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.0

 User-visible changes:
  - General:
    * require serf as client-side http library (neon support removed) (r1349694)
    * deprecate the Berkeley DB FS backend (libsvn_fs_base) (r1464985 et al)

  - Major new features:
    * working copy records moves as first-class operation (issue #3631, #4232)
    * merge uses reintegrate mode automatically when needed (r1369896 et al)
    * FSFS: Packing of revision property shards (issue #3944)
    * support inheritable properties (r1395109)
    * repository can suggest config for autoprops and ignores (r1401908)
    * support gpg-agent for password caching (r1151069)
    * authz rules can be stored inside the repository (r1424780)

  - Minor new features and improvements (client-side):
    * doubled svn:// protocol throughput (r1325899)
    * optimize file/dir truename checks on Windows (r1435527)
    * new 'commit --include-externals' option (related to issues #1167, #3563)
    * new --include-externals option for 'svn list' (issue #4225)
    * remove extraneous externals output from 'svn status -q' (issue #1935)
    * reject some attempts to merge between unrelated branches (r1215273)
    * new --ignore-properties option for 'svn diff' (r1239553, -617)
    * new --properties-only option for 'svn diff' (r1336110)
    * new --patch-compatible option for 'svn diff' (r1239561)
    * new --no-diff-added option for 'svn diff' (r1433958)
    * new w/c subtree duplication tool (tools/client-side/detach.py)
    * new mergeinfo fixup tool (tools/client-side/mergeinfo-sanitizer.py)
    * 'svn diff' can compare arbitrary files and directories (r1310291, et al)
    * ra_serf avoids re-downloading content present in pristine store (r1333936)
    * 'svn mergeinfo' now honors the --revision (-r) option (issue #4199)
    * 'svn mergeinfo' now shows a summary graph by default (issue #4239)
    * new --search and --search-and options for 'svn log' (r1354666, -83518)
    * 'svn log' reports the node kind even for pre-1.6 revision files (r1242958)
    * sort path list generated by "svn log -v --xml" (r1299323)
    * new built-in interactive text conflict merge tool (r1357864, et al)
    * 'svn --version' shows build system info (r1368662)
    * 'svn --version --verbose' shows runtime environment info (r1370813 et al)
    * 'svn' is now non-interactive when not run in a terminal device (r1424037)
    * 'svn propset' checks spelling of reserved property names (r1470781)
    * improve working copy performance on network disks (issue #4176)
    * support for custom keyword definitions in svn:keywords (issue #890)
    * svn:ignore __pycache__ directories by default (r1150073)
    * 'svn diff --git' include copyfrom revision in "copied" headers (r1155279)
    * svn:mergeinfo related operations now use much less memory (r1149519 et al)
    * get list of supported schemes for RA libraries (r1148134)
    * 'svn checkout' skips file externals from other repositories (r1153110)
    * 'svn resolve' exits non-zero if conflicts could not be resolved (r1150439)
    * let HTTPv2-aware clients fetch v2-style resources (r1161202)
    * 'svn status' with better NLS support (r1157537, -682)
    * better tracking of shallow-yet-complete merges (issues #4056, #4057)
    * make 'svn status --quiet' w/ externals quieter still (issue #1935)
    * ensure that conflict paths are shown relative-ized (r1337520)
    * improve performance of local multi-target deletions (r1195873)
    * various interactive conflict resolver improvements in 'svn' (r1440421 etc)
    * improved tree diff implementation for diff and merge (r1440599 et al)
    * tree conflicts on directories detected better during merges (issue #3150)
    * allow reverting unmodified copies with 'svn remove' (r1442611)
    * make 'svn diff' with mixed URL and local path targets work (r1442640)
    * make 'svn patch' re-add deleted directories if needed (r1445333)
    * make repos-wc diffs fully ancestry-aware (r1445904)
    * 'svn diff --git' now implies 'svn diff --show-copies-as-adds' (r1446279)
    * 'svn diff --show-copies-as-adds' now implies --notice-ancestry (r1446279)
    * improved tree-conflict detection for 'svn switch' (r1449413, r1450582)
    * allow up to 8 revision number digits in 'svn status -v' output (r1428637)
    * show node kind (file or dir) in tree conflict descriptions (r1429907)
    * restore deleted switched paths upon next update (issue #4295)
    * add support for copying paths from foreign repositories (issue #3590)
    * fix merge -cA,B with --accept option aborts if rA conflicts (issue #4238)
    * 'svn resolve' interactive support; no longer requires --accept (r1336929)
    * notify when removing externals leaves behind modified files (r1366021)
    * new 'http-max-connections' configuration option for serf (r1421559)
    * new 'http-bulk-updates' configuration option for serf (r1421490)
    * 'svn cleanup' now runs SQLite "vacuum" to reclaim space (r1418459)
    * 'svn info' displays repository-relative URL (r1415365)
    * fix serf memory leak on checkout (issue #4194)
    * detect duplicate paths setting svn:externals (issue #4227)
    * make ra_serf work over HTTP/1.0 proxies (issue #3979)
    * make ra_serf accept gzip compression for all responses (r1407454)
    * double ra_serf performance for checkout and export (r1407545)
    * improve network and disk i/o interleaving in ra_serf (r1407934)
    * avoid assert in ra_serf when REPORT response was truncated (r1407935)
    * rewrite ra_serf XML parser (r1409259 et al)
    * ra_serf can create transaction with inline txnprops (r1375167)
    * partially fix replace+propset of locked file fails over DAV (issue #3674)
    * fix ra_serf doesn't handle bad baseline error from server (issue #4127)
    * decreased default http timeout for ra_serf (issue #3968)
    * prevent ra_serf from corrupting the working copy (issue #3993)
    * ra_serf transmits property changes inline to reduce requests (r1378927)
    * allow client to avoid SSL certificate prompts (issue #2410)
    * improve interactive resolution of property conflicts (r1387678 et al)
    * make ra_serf raise an error upon delta-base mismatch (issue #4235)
    * tune ra_svn transmit buffer handling (r1391788)
    * make 'svnrdump' work with serf (issue #4116)
    * fix 'svnrdump' on path below repository root (issue #4101)
    * support ipv6 in URLs (e.g. http://[::1]/svn/repos) (r1454047)
    * conflict resolver now iterates paths in a sorted order (r1461820)
    * mod_dav_svn does keyword expansion with 'kw=1' query arg (r1466055)
    * add support for custom keyword definitions (issue #890)

  - Minor new features and improvements (server-side):
    * improve performance of config file parsing (r1344347 et al)
    * new 'svnadmin load --revision' load filtering support (issue #3734)
    * new 'svnadmin hotcopy --incremental' support for FSFS (issue #3815)
    * new 'svnadmin lock' / 'svnadmin unlock' subcommands (issue #3942, #4092)
    * new SVNUseUTF8 configuration option for mod_dav_svn (issue #2487)
    * new SVNHooksEnv configuration option for mod_dav_svn (r1239966)
    * new SvnPubSub distributed commit hooks (tools/server-side/svnpubsub)
    * new light-weight benchmarking client (tools/client-side/svn-bench)
    * svndumpfilter dependency analysis (tools/server-side/svnpredumpfilter.py)
    * new automatic working copy updater (tools/server-side/svnpubsub)
    * new 'svnadmin freeze' subcommand (r1376228)
    * 'svndumpfilter' now supports --delta dumpfiles (r1351009, -3745)
    * new --drop-all-emtpy-revs option for 'svndumpfilter' (issue #3681)
    * client version info now reported to commit hooks (issue #4124)
    * txn name now reported to post-commit hooks (r1240856)
    * support for server-side keyword expansion in mod_dav_svn (r1466055)
    * FSFS now able to cache revision properties (r1326307)
    * FSFS cache for changed-paths increases 'svn log' performance (r1378358)
    * FSFS cache mergeinfo requested during 'log -g' (r1395439)
    * many FSFS caching improvements (r1390435, r1390447)
    * directory and property deltification option in FSFS (issue #4084)
    * fine-grained control deltification behavior via fsfs.conf (r1311476)
    * FSFS de-duplication ("rep sharing") now works within a revision (r1397773)
    * FSFS de-duplication now works for properties as well (r1243312)
    * read FSFS data using fewer fopen calls (issue #3372)
    * 'svnadmin verify' will now check meta data (issues #3956, #4211)
    * 'svnadmin verify' now checks for issue #4129 style corruption (r1304656)
    * new --client-speed option for svnserve (r1391788)
    * new --single-threaded option in svnserve (r1296018)
    * hook script templates are now marked as executable (r1153414)
    * error out on non-canonical fspaths in the authz file (r1166111)
    * improve path lookup performance in FSFS (r1442088)
    * svnserve now logs explicit path and reason for authz failures (r1446542)
    * validate offsets from rep-cache to prevent FSFS corruption (issue #4277)
    * new AuthzSVNGroupsFile option to store authz groups separately (r1438407)
    * new 'SVNAllowBulkUpdates prefer' option for mod_dav_svn (r1417642, et al)
    * new 'SVNMasterVersion' option for mod_dav_svn (r1398962)
    * added virtual-host support to 'svnserve' (r1401296)
    * new fsfs-stats tool which prints FSFS repository stats (r1410995)
    * new fsfs-reorg tool to optimize FSFS packing (r1383214, r1385395)
    * new --compatible-version option for 'svnadmin create' (r1407279 )
    * new --ignore-properties option for 'svnlook diff' (r1407905)
    * new --properties-only option for 'svnlook diff' (r1407905)
    * new --diff-cmd option for 'svnlook diff' (r1413449)
    * allow leading "r"'s in http: ?p= and ?r= query parameters (r1221463)
    * faster 'svn ls' for large directories (r1296627)
    * mod_dav_svn now advertises supported POST types (r1375123)
    * mod_dav_svn can create transaction with inline txnprops (r1375167)
    * run start-commit hook after transaction creation (r1376201)
    * avoid byte-for-byte comparison where it can be avoided (r1390641)
    * various server-side performance improvements for 'log -g' (r1395442 et al)
    * allow up to 10Gbit throughput with svnserve (r1391788)
    * install mod_dontdothat correctly (r1454450)
    * svnadmin verify can now verify transactions (r1462353)
    * FSFS verifies revisions as they are added (r1462409)

  - Client-side bugfixes:
    * fix inconsistent 'svn log' output for empty revisions (issue #3964)
    * fix mis-ordered text output of 'svn log --diff' on Windows (r1220783)
    * fix 'svn log --diff' on moved file (issue #4153).
    * fix 'svn revert' of 'svn move' (issue #876)
    * fix file externals wrongly "resurrecting" a deleted file (#4017)
    * fix reporting of corrupted 1.6 w/cs by 'svn upgrade' (r1182904, -9)
    * fix bug caused by URI-decoding local merge source paths (r1210539)
    * fix properties out of sync with repos after merge and revert (issue #4305)
    * fix merge of replacement on local delete fails (issue #4011)
    * fix replacements on deletes produce wrong tree conflicts (issue #3806)
    * made ra_serf handle location headers that are not RFC-compliant (r1443906)
    * merge no longer errors out after resolving all conflicts (issue #4316)
    * fix svn blame mis-categorizing file type as binary (issue #2089)
    * fix externals not removed when working copy is made shallow (issue #3741)
    * fix update under add with not-present parent (issue #4111)
    * fix revert of files with svn:needs-lock under copied dirs (r1343168)
    * fix repos->wc diff of local copied/moved-here directories (r1341927)
    * fix repos->wc diff of local copied/moved-here files (r1341544)
    * fix "svn diff -cN PATH" where PATH was deleted in rN (r1338708)
    * fix dependency on APR hash order in several logic paths (r1338350 et al)
    * fix path inconsistencies in 'svn diff' output (r1338291)
    * fix misleading error message printed by 'svn switch' (issue #2337)
    * fix bug in mergeinfo recording during foreign-repos merge (r1430310)
    * fix spurious merge conflicts for binary files with keywords (issue #4221)
    * fix patching symlinks with 'svn patch' (issue #4273)
    * make 'svn switch' refresh lock information (issue #3376)
    * fix 'svn diff' output doesn't apply as patch without fuzz (issue #3362)
    * fix mergeinfo recording for multiple-revision-range merge (issue #4306)
    * fix diffs shown by 'show-diff' conflict prompt option (r1438879)
    * don't print an update summary header with no content (r1439480)
    * make 'svn rm' remove externals registrations below its targets (r1361256)
    * fix crashes in ra_serf where AVG 2012 Surf-Shield is in use (issue #4175)
    * don't raise conflicts on identical binary files (issue #4128)
    * improve error messages when wc.db missing (issue #4118)
    * fix 'svn diff' showing wrong text change (issue #4270)
    * fix 'svn diff -rN' failing to show local replace (issue #3797)
    * fix 'svn diff' showing wrong revision (issue #4010)
    * fix 'svn merge' showing spurious notifications (issue #2910)
    * parse '.@HEAD' correctly (issue #3606)
    * fix 'svn revert' after conflict in sparse working copy (issue #4168)
    * fix bug in global/per-server config handling in serf (r1421516)
    * properly display errors from serf (r1398742)
    * fix crash in ra_serf (r1408291)
    * fixed svnmucc propset and propdel on repository root (issue #3663)
    * fix 'svn info' output with ancient svnserve servers (pre-1.2) (r1409732)
    * ra_serf shows error message for 408 Request Timeout response (r1410983)
    * fix handling of "\ No newline ..." in diff/patch (r1411723, r1412382)
    * allow infinite http timeout in ra_serf (r1411976)
    * using unknown svn: property names now requires --force (issue #4261)
    * fix handling of case insensitive configuration files (r1215089)
    * properly handle errors during password caching (r1380695)
    * fix svnversion output not always a number (issue #4226)
    * fix conflict resolver losing executable bit of a file (r1391019)
    * fix redundant notifications when merging with ra_serf (issue #3802)
    * fix 'svn add --force /path/to/wcroot' should work (issue #4241)
    * fix file permissions changed after commit (issue #4331)
    * improve handling of http errors in ra_serf (1452792, 1452870)
    * include checksum of missing pristines in error message (r1452800)
    * fix an assert when merging against a replaced source (issue #4132)
    * fix replacement in merge source has incorrect notification (issue #4138)
    * improve performance of checkout (r1453791)
    * fixed documentation regarding merge source (issue #3247)
    * fix merge errors out after resolving conflicts (issue #4316)
    * fix delete/move with file external in unversioned dir (issue #4293)
    * fix resolving tree conflict with local node missing (r1461848)
    * fix invalid read during diff suffix scanning (issue #4339)
    * fix assertion when running 'svn log <SOME_URL>@PREV' (r1462134)
    * optimize enumerating configuration options (r1464478)
    * revert will now sleep for timestamps if using commit times (r1464769)
    * don't allow externals to be deleted with 'svn rm' (r1464992)
    * improved memory usage in ra_serf and ra_local (r1465280)
    * replace some assertions with more helpful error messages (r1465975)
    * fixed long keyword expansion truncated (issue #4349)

  - Server-side bugfixes:
    * SVNParentPath / repository listing now authz-filtered (r1408184)
    * user/group names in the authz config file are case-sensitive (r1475772)
    * limit commit runtime for nodes with very deep histories (r1224836)
    * 'svnadmin recover' truncates rep-cache at the right point (issue #4077)
    * fix crashes in dumpstream loading with skipped revs (r1214202, r1214216)
    * fix 'svn log -g' incorrectly treating rename as merge (issue #4022)
    * fix bug where fsfs file-hinting fails (issue #4320)
    * don't leak path of repository on server's disk to clients (r1330906)
    * remove spurious is-fresh-txn-root from empty revision files (issue #4031)
    * fix a stdout handling problem in 'svnlook diff' (r1411971)
    * fix erratic behaviour in 'svnlook diff' showing property diffs (r1412224)
    * fix inconsistent authz error messages in 'svn log' in svnserve (r1292462)
    * fix svndumpfilter for empty paths in included or excluded lists (r1294583)
    * make fsfs packing threadsafe (r1376011)
    * don't error out on intermittent memcached failures (r1394470)
    * fix a ra_svn deadlock with zero-copy server option (r1465622)

  - Other tool improvements and bugfixes:
    * 'svnmucc' promoted to first-class supported utility (issue #3308, #4279)
    * make 'svnmucc' prompt for log messages (issue #3418)
    * rename 'svnauthz-validate' to 'svnauthz' (issue #4284)
    * make 'svnauthz' optionally validate user/path access (r1197588)
    * fix mailer.py test suite problems (r1449582)
    * fix mailer.py not showing dirs with property deletions (r1449582)
    * make mailer.py generate Date and Message-ID headers (r1449592)
    * new '-?' option support for 'svnmucc' (r1339428)
    * provide the repository name to mailer.py (r1439592)
    * add '--force-interactive' to svnmucc (r1457789)
    * add '--trust-server-cert' to svnmucc (r1458995)

 Developer-visible changes:
  - General:
    * now require Python 2.5 for tests and dev tools (r1243627)
    * now require bzip2 for tests and dev tools (r1148512)
    * configure defaults to --without-apache-libexecdir (r1469862)
    * support builds with APR pool debugging (r1176894)
    * 'make extraclean' is more thorough now (r1149460)
    * support for Serf 2 (r1147538)
    * introduction of editor v2 (via private APIs only) (r1166332 et al)
    * improve SQLite setup for compatibility with OS X 10.7. (r1181666)
    * rework switch statement to accomodate OWC compiler limitations (r1204407)
    * new --enable-sqlite-compatibility-version configure option (r1201421)
    * make test suite LD_LIBRARY_PATH include just-built auth plugins (r1200474)
    * packages/ directory removed, contents were outdated and unused (r1442167)
    * rename 'makefile.ezt' to 'build-outputs.mk.ezt' (r1444822)
    * use expensive compiler optimizations with --enable-optimize (r1445063)
    * in Visual C++ builds, move temp files to different directory (r1446416)
    * remove --with-ssl and --with-gssapi configure options (r1449023)
    * require at least serf 1.2.0 as build dependency (issue #4296)
    * fix error tracing to record file/line properly (r1331242)
    * add --log-level argument to win-tests.py (r1335461)
    * improve GDB pretty-printing of svn types (r1351336, r1364750, r1365035)
    * load third-party FS modules (if --enable-runtime-module-search) (r1362434)
    * enable running the regression tests over https (r1349699)
    * support 'make davautocheck' on OS X (r1421583)
    * new '--enable-gcov' configure option (r1416646)
    * fix build with Apache HTTPD 2.5 (r1408985)
    * allow running the test suite through a http proxy (r1410195)
    * don't use non-constant initializers in struct variables (r1412911)
    * allow generation of Visual Studio 2012 compatible projects (r1245152)
    * nicer pretty-printing of Subversion data types in gdb (r1367262 et al)
    * teach serf build on Windows to use static APR/Util and OpenSSL (r1371338)
    * add --ssl-cert option to win-tests.py to run tests over https (r1372760)
    * don't strip Content-Type header form .po files on Windows (r1380056)
    * configure now script auto-detects GNOME keyring (r1387230)
    * allow configure to detect BDB on Debian-based Linux distros (r1390633)
    * auto-detect serf via pkg-config (r1391662)
    * improve queries for compatability with SQLite 3.7.16 (r1455239)
    * remove support for in-tree apr, apr-util and apr-memcache (r1456924)
    * FSFS caching supports prefixes now (r1462436)
    * maintainer mode now prints symbolic error codes (r1465157)
    * don't require NLS support for kwallet support (r1466445)
    * make Julian happy (r1413030)

  - API changes:
    * fix inconsistent handling of log revs without changed paths (issue #3694)
    * deprecated SVN_ERR_SQLITE_UNSUPPORTED_SCHEMA (r1173240)
    * provide API to clear cached auth credentials (issue #2775)
    * improve repository location information in various APIs (issue #4170)
    * major rewrite of conflict storage and handling APIs (r1354973 et al)
    * hide (deprecate) svn_wc APIs that use editors (r1243339)
    * svn_stringbuf_ensure() allocates an extra byte for terminator (r1308966)
    * switch and update apis are now more consistent (r1465292)
    * deprecated svn_client_merge_reintegrate (r1466742)
    * deprecated low level ra_svn apis (r1466907)

  - Bindings:
    * star-imports in swig-py only import 'svn_*' symbols (r1303375)
    * fix compilation of Perl bindings on Mandriva 2007 (issue #2617)
    * new JavaHL testing targets (r1182983)
    * enable returning an error on malfunctions for JavaHL (r1366215)
    * MacOS X build fix to cope with missing GNOME keyring (r1397844)
    * fix swig bindings tests on MacOS X (r1397846)
    * fix assertion failure in JavaHL error reporting (r1405922)
    * support ruby 1.9 (r1407206)
    * JavaHL: Include OSGI Manifest information in svn-javahl.jar (r1234864)
    * new svn_auth_set_gnome_keyring_unlock_prompt_func function (r1241554)
    * fix svn_txdelta window ops for python bindings (r1389054)
    * fix build of Perl bindings with newer versions of SWIG (r1389658)
    * add missing API functions to Perl bindings (issue #2646)
    * add missing API functions to Python bindings (r1392038 et al)
    * add missing API functions to JavaHL bindings (issue #4326)
    * fix some reference counting bugs in swig-py bindings (r1464899, r1466524)
2013-07-04 19:31:14 +00:00
..
adzap Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
aipo Revert agpl3 rename. 2013-03-04 21:57:21 +00:00
album Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
album_themes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
amaya Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
analog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-access-referer Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-cookie Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-external Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-kerb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-ldap PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ap-auth-mysql Newer MySQL has moved to PREFIX/lib. Adjust. 2013-03-28 21:40:50 +00:00
ap-auth-ntlm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-pam Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-pgsql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-postgresql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-radius Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-script Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-bandwidth Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-dav Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-dtcl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-Embperl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ap-fastcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-geoip2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-gzip Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-jk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-layout Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-mono Make mono packages depend on lang/mono2 instead of lang/mono. 2013-06-17 12:44:53 +00:00
ap-mp3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-perl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ap-php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-python Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-rivet "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
ap-rpaf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-ruby Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-scgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-ssl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ap-throttle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-xslt PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ap2-auth-external Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-auth-ldap "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
ap2-auth-mellon Upgrade ap2-auth-mellon to 0.6.1 plus a patch from upstream 2013-04-15 15:35:01 +00:00
ap2-auth-mysql Newer MySQL has moved to PREFIX/lib. Adjust. 2013-03-28 21:40:50 +00:00
ap2-auth-ntlm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-auth-pgsql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-auth-radius PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ap2-auth-xradius Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-authn-otp PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ap2-bw Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-cband Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-chroot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-fastcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-fcgid Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-jk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-perl Changes 2.0.8: 2013-06-04 13:48:40 +00:00
ap2-python Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-subversion Update *subversion* to 1.8.0: 2013-07-04 19:31:14 +00:00
ap2-suphp const keys that need to be constructed is not likely to work with 2013-05-06 15:01:30 +00:00
ap2-transform Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-wsgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-xslt2 Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
ap22-authn-sasl recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ap22-authnz-external Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap22-dnssd Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
ap22-limitipconn PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ap22-vhost-ldap PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
apache Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
apache-roller Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
apache-tomcat6 security update: 2013-05-18 15:19:15 +00:00
apache-tomcat7 Updte to 7.0.41 2013-06-17 15:07:54 +00:00
apache-tomcat55 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
apache2 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
apache22 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
apache24 Add fixes a problem of htpasswd creating wrong password entry when 2013-06-20 09:06:45 +00:00
apachetop Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
asp2php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
august Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
aws Ada web framework definitly doesn't need Fortran compiler to build. 2013-06-16 23:09:50 +00:00
aws-demos www/aws-demos: ldap fix 2013-04-27 13:02:48 +00:00
awstats Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
bannerfilter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
bins Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
bkedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
bluefish Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
blur6ex Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
bozohttpd PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
browser-bookmarks-menu Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
c-icap Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
c-icap-modules Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
cadaver PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
calamaris Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
camping Update camping to 2.1.531. 2013-03-14 16:18:12 +00:00
cgic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
cgicc Update to 3.2.10 2013-06-16 08:20:58 +00:00
cgilib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
checkbot Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cherokee Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
clearsilver Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
clearsilver-base Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
clisp-fastcgi
contao Update contao31 to 3.1.1. 2013-06-27 16:17:55 +00:00
contao30 * Bump PKGREVISION by updating README and contao.conf. 2013-06-27 16:11:20 +00:00
contao30-example Update contao30 to 3.0.6. 2013-04-02 15:34:35 +00:00
contao31 Update contao31 to 3.1.1. 2013-06-27 16:17:55 +00:00
contao31-example Adding contao31-example package version 3.1.0. 2013-05-23 15:05:39 +00:00
contao211 * Make contao211 to use own FILESDIR. 2013-06-27 15:48:29 +00:00
contao211-example Some tweaks: 2012-10-01 15:31:00 +00:00
contao211-translations Correct dates in comment. No functional change. 2013-06-27 15:16:00 +00:00
crawl PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
cronolog Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
curl update of cURL to the current version. Upstream changelog: 2013-06-29 19:24:57 +00:00
cvsweb Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dansguardian Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
davical Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
deforaos-surfer Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
dillo Add a patch. 2013-06-09 16:30:05 +00:00
dojo PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
drivel Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
drraw Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
drupal6 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
drupal7 Update drupal7 to 7.22. 2013-04-06 12:07:12 +00:00
elinks PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
eliom PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
emacs-w3m "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
emacs-w3m-snapshot Update w3m-el-snapshot to 1.4.483+0.20120614. 2013-03-04 19:12:22 +00:00
epiphany Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
epiphany-extensions Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
fcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
fengoffice Update fengoffice to 2.2.4.1. 2013-04-06 12:09:25 +00:00
ffproxy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
firefox Remove an uneeded patch (harmless, does not change binary) 2013-07-04 08:07:09 +00:00
firefox-l10n Update to 22.0 2013-06-26 11:33:32 +00:00
firefox10 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
firefox10-l10n Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
firefox17 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
firefox17-l10n Use devel/xulrunner17/xpi.mk instead. 2013-06-01 08:21:57 +00:00
firefox36 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
firefox36-l10n Fix xpi.mk inclusion. 2013-05-31 21:39:39 +00:00
gallery Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
gallery2 Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
ganglia-webfrontend Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
geeklog Update geeklog to 2.0.0. 2013-04-02 15:46:36 +00:00
gitweb Changes 1.8.3.1: 2013-06-16 06:31:11 +00:00
gtkasp2php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
gtkhtml314 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
gwt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
haskell-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
heel Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
hiawatha Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
horde Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
htdig Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
htmldoc Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
htmldoc-x11 Depend on x11/fltk13 rather than x11/fltk. 2012-11-15 13:44:13 +00:00
htmlfix Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
htmllint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
http_load PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
icedtea-web Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
ies4linux Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ijb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ikiwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ja-trac Add comment explaining that py-sqlite2 is for sqlite3. 2013-02-14 14:53:31 +00:00
jalbum Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
jetty7 Update to 7.6.8.20121106 2013-01-03 13:56:13 +00:00
kahua Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
kannel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
kazehakase Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
kdewebdev3 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
kdewebdev4 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
lhs PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libghttp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
libgtkhtml Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
libmediawiki Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
libmicrohttpd PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libmrss PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libproxy Final fix for PR pkg/47868. 2013-05-31 10:58:41 +00:00
librest Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
librest07 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
libwww Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
liferea Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
liferea-current Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
lighttpd tell required user/group to pkgsrc framework. 2013-03-13 13:28:09 +00:00
links PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
links-gui Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
litmus Don't strip shell scripts. 2013-05-25 23:47:32 +00:00
llgal Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
loggerhead Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
lua-curl PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
lynx Fix www/lynx cross-build by setting BUILD_CC. 2013-05-11 16:24:59 +00:00
make_album Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mediawiki Update to 1.21.1 2013-06-08 07:26:53 +00:00
micro_httpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
midori Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
mimetex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
mini_httpd "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
mknmz-wwwoffle Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mMosaic Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
mongrel Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec. 2013-03-07 15:14:31 +00:00
mongrel-cluster
mongrel-config
mongrel-console
mongrel-upload-progress
mono-xsp Make mono packages depend on lang/mono2 instead of lang/mono. 2013-06-17 12:44:53 +00:00
moodle Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mserv-php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nanoblogger Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nanoblogger-extra Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
neon Explicitly link against libintl on SunOS. Fixes a number of dependencies. 2013-06-24 13:44:20 +00:00
netscape Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
netsurf Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
nginx Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
nginx-devel Updated to version 1.5.0 - fixes CVE-2013-2028 2013-05-07 14:08:51 +00:00
ns-plugger-common Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ns-remote Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nspluginwrapper Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
nvu Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ocaml-curl PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ocaml-http Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ocsigen - Patched package to compile with new version of net/ocamlnet. 2013-06-11 14:56:06 +00:00
opera Update opera to 12.15. 2013-04-06 08:56:35 +00:00
opera-acroread7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
opera-plugins Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
p5-Alien-GvaScript Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-AnyEvent-HTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-AnyEvent-HTTPD Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-AnyEvent-ReverseHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-AnyEvent-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-ASP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-AuthCookie Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-AuthCookieDBI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-DBILogConfig Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-DBILogger Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Filter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Gallery Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
p5-Apache-LogFormat-Compiler Updating package for Perl5 module Apache::LogFormat::Compiler via CPAN 2013-06-29 09:29:05 +00:00
p5-Apache-Reload Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Session Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Session-Wrapper Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-SSI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Test Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache2-AuthCASSimple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache2-AuthCookie Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache2-AuthCookieDBI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-App-Nopaste Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Captcha-reCAPTCHA Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Captcha-reCAPTCHA-Mailhide Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Action-RenderView Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Action-REST Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Authentication-Credential-HTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Authentication-Store-Htpasswd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Component-InstancePerContext Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Controller-BindLex Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Controller-FormBuilder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Controller-HTML-FormFu Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Devel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Engine-JobQueue-POE Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Engine-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Manual Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Model-Adaptor Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Model-File Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authentication Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authentication-Store-DBIC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authorization-ACL Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-AutoRestart Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-ConfigLoader Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-I18N Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-RequireSSL Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Server Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-File Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-StackTrace Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Static-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-StatusMessage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Runtime Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-Jemplate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-JSON Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-Mason Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-TT Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-Component-Traits Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-CRUD-View-Excel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-CRUD-YUI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-LeakChecker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Ajax Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application-Plugin-DBH Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application-Plugin-ValidateRM Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Compile Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Cookie-Splitter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Emulate-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-FastTemplate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-FormBuilder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Kwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Lite Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Minimal Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-ProgressBar Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session-Driver-memcached Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session-Plugin-Redirect Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session-Serialize-yaml Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Continuity Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Corona Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CSS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CSS-Squish Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CSS-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Dancer Update to 1.3115 2013-06-11 07:26:08 +00:00
p5-Dancer-Session-Cookie Adding package for CPAN distribution Dancer-Session-Cookie version 0.22 2013-07-03 17:44:29 +00:00
p5-Data-URIEncode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-FCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-FCGI-Client Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-FCGI-ProcManager Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-File-Mork Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Handel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Clean Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Element-Extended Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Email-Obfuscate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Entities-Interpolate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-FillInForm Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-FixEntities Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Form Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Format Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-FormFu Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-LinkExtractor Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Lint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Mason Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Mason-PSGIHandler Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-PrettyPrinter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Prototype Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Prototype-Useful Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Quoted Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-RewriteAttributes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Scrubber Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Selector-XPath Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-SimpleParse Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-StickyQuery Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Stream Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Strip Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-StripScripts Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-StripScripts-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Table Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TableExtract Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Tagset Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Template Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Template-Expr Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Template-Pro Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TokeParser-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Tree Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TreeBuilder-LibXML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TreeBuilder-XPath Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-WikiConverter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-WikiConverter-DokuWiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTMLObject Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Async Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Body Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Cache-Transparent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Cookies Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Daemon Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Date Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-DAV Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-GHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Lite Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Message Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Negotiate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-OAI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Parser-XS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Proxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Request-AsCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Request-Form Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Response-Encoding Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-EV Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Authen Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Kwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Mason Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Recorder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Static Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTPD-User-Manage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-I18N-AcceptLanguage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-JavaScript-Value-Escape Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Jemplate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Archive-Cvs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Archive-Rcs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-BreadCrumbs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Edit-RequireUserName Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Favorites Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-HtmlBlocks Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Icons-Gnome Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-ModPerl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-NewPage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Notify-Mail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-PagePrivacy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-ParagraphBlocks Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-PreformattedBlocks Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-RecentChanges Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Revisions Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Scode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Search Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Simple-Server-HTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-UserName Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-UserPreferences Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Users-Remote Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Weather Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Wikiwyg Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Zipcode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libapreq Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libapreq2 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libwww Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Authen-Negotiate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Authen-Wsse Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-MediaTypes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Online Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Protocol-https Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-UserAgent-Determined Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWPx-ParanoidAgent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWPx-TimedHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MasonX-Request-WithApacheSession Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mojolicious Update to 4.14 2013-06-11 08:02:56 +00:00
p5-Net-FastCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-HTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-ParallelUserAgent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-App-Proxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Handler-AnyEvent-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Handler-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Auth-Digest Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-ConsoleLogger Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Debug Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Deflater Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-File-Sass Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Header Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-JSConcat Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-ReverseProxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Session Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Test-StashWarnings Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Test-ExternalServer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-POM-Web Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-POE-Component-Server-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-POE-Filter-HTTP-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Reaction Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTML-Objects Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Related Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-URI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Session-Storage-Secure Adding package for CPAN distribution Session-Storage-Secure version 0.007 2013-07-03 17:40:03 +00:00
p5-Squatting Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Squatting-On-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Starlet Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Starman Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-SVN-Web Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Task-Catalyst-Tutorial Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Task-CatInABox Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Task-Plack Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Tatsumaki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Extract Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Generate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Multilingual Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Clickable Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Clickable-Email Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Subst Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Provider-Encoding Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Stash-EscapeHTML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Stash-HTML-Entities Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Timer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Toolkit Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Toolkit-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-HTTP-Server-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Declare Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Mechanize Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Mechanize-Catalyst Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Mechanize-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Twiggy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI-Escape-XS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI-Fetch Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI-Find Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI-FromHash Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-VRML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Web-Scraper Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WordPress-XMLRPC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Amazon-Wishlist Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Curl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Facebook-API Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Mechanize Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Mechanize-GZip Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Mechanize-Timed Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Pastebin-PastebinCom-Create Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Pastebin-RafbNet-Create Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-RobotRules Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Shorten Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
paros Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_Common Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_Select Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_TreeMenu Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTTP Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTTP_Request Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-apc Revert php-apc to 3.1.13 since version 3.1.14 disappeared from official 2013-03-17 10:46:45 +00:00
php-concrete5 Fix typo. 2013-06-09 04:43:43 +00:00
php-curl Reset PKG_REVISION along with update of both php53 and php54. 2013-02-22 03:07:43 +00:00
php-eaccelerator Introduce eaccelerator-disassembler and eaccelerator-doc-comment-inclusion 2012-12-05 15:28:30 +00:00
php-fpm Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
php-owncloud Update to 5.0.7 2013-06-09 01:16:10 +00:00
php-phrasea2 Set EXTRACT_SUFX here intead of Makefile.common, so it's overridden in 2013-04-06 13:02:33 +00:00
php-piwigo Fix typo. 2013-01-05 20:16:49 +00:00
php-soycms Update to 1.4.0c 2013-02-26 11:15:57 +00:00
php-sugarcrm Update to 5.6.13 2013-06-09 04:40:03 +00:00
php-tidy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-tiki6 Update to 6.8 2012-12-24 01:59:45 +00:00
php-tt-rss Update to 1.7.9 2013-06-09 04:24:11 +00:00
php-uploadprogress Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-zendoptimizerplus Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD 2013-03-05 22:18:37 +00:00
phraseanet Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
phraseanet-indexer Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
pound PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
privoxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
py-beautifulsoup Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-beautifulsoup4 Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
py-bleach Bump PKGREVISION. 2013-01-12 12:11:40 +00:00
py-blosxom Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-bottle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-cherrypy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-clearsilver 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
py-ClientForm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-curl PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
py-django Changes 1.5.1: 2013-04-01 20:52:44 +00:00
py-django-appconf Update to 0.6 2013-04-27 10:50:13 +00:00
py-django-appmedia Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-django-classy-tags Fix PLIST for Python 2.6. 2013-03-23 12:19:14 +00:00
py-django-cms Changes 2.4.1: 2013-04-26 19:56:05 +00:00
py-django-cmsplugin_gallery cmsplugin_gallery adds simple gallery plugin to your djangoCMS installation 2013-01-28 21:16:26 +00:00
py-django-easy-thumbnails The primary function of easy-thumbnails is to dynamically create thumbnails 2013-01-28 21:15:26 +00:00
py-django-inline-ordering This app aims at easing implementing drag & drop reordering of inline data in 2013-01-28 21:07:15 +00:00
py-django-mezzanine-filebrowser Fixes: 2013-04-06 03:45:05 +00:00
py-django-mezzanine-grappelli Bump PKGREVISION. 2013-01-12 12:33:11 +00:00
py-django-mptt Changes 0.5.5: 2013-01-03 09:56:14 +00:00
py-django-photologue Changes 2.5: 2013-01-27 17:41:40 +00:00
py-django-registration Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-django-reversion Changes 1.7: 2013-03-13 07:25:42 +00:00
py-django-sekizai Changes 0.7: 2013-03-13 07:08:34 +00:00
py-django-south Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-django-tagging Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-12-12 20:00:16 +00:00
py-djangorestframework Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-flask Add missing testsuite files to PLIST. Bump PKGREVISION. 2013-01-18 11:02:58 +00:00
py-flask-admin Update py-flask-admin to 1.0.6. 2013-05-21 20:57:30 +00:00
py-flask-babelex Import Flask-BabelEx-0.8.1 as www/py-flask-babelex. 2013-04-01 17:40:25 +00:00
py-flask-flatpages Update py-flask-flatpages to 0.5. 2013-04-04 18:20:35 +00:00
py-flask-frozen Dependency doesn't support Python 3.x, so remove it here too. 2013-06-25 19:34:16 +00:00
py-flask-login Update www/py-flask-login to 0.2.3. 2013-06-25 13:29:33 +00:00
py-flask-rest Import Flask-REST-1.1 as www/py-flask-rest. 2013-01-08 19:28:12 +00:00
py-flask-sqlalchemy Sprinkle empty USE_LANGUAGES definitions in pure python packages 2013-01-09 19:02:42 +00:00
py-flask-uploads Import Flask-Uploads-0.1.3 as www/py-flask-uploads. 2013-01-08 18:06:29 +00:00
py-flask-wtf Update py-flask-wtf to 0.8.3. 2013-03-14 19:00:57 +00:00
py-flup Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-gdata Update to 2.0.18: 2013-07-03 08:37:43 +00:00
py-genshi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-HTMLgen Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-httplib2 Update to 0.7.7: 2012-12-16 16:16:37 +00:00
py-jonpy 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
py-mechanize Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-mezzanine * Fix MESSAGE 2013-01-03 15:31:08 +00:00
py-moin Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
py-nevow 'The "+=" operator should only be used with lists.' 2013-04-06 19:42:41 +00:00
py-paste Changes 1.7.5.1: 2013-01-28 20:17:43 +00:00
py-PasteDeploy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-pendrell Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-recaptcha Fix PLIST for Python != 2.7 2013-03-24 16:44:37 +00:00
py-rss2gen Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-scgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-simpletal Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-swish-e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-tornado Update to 3.0.1 2013-05-02 07:53:02 +00:00
py-uwsgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-webcolors Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-webpy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-werkzeug Move USE_LANGUAGES back to Makefile for the benefit of the -docs build. 2013-01-17 19:55:43 +00:00
py-werkzeug-docs Import the HTML documentation portion of Werkzeug-0.8.3 as 2013-01-17 20:01:54 +00:00
py-wtforms Update py-wtforms to 1.0.4. (Forgot to commit updated PLIST in previous.) 2013-05-08 08:30:47 +00:00
qDecoder Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build. 2012-12-27 20:12:26 +00:00
raggle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ramaze Update ramaze to 2012.12.08. 2012-12-17 15:10:57 +00:00
ruby-actionpack32 Update ruby-actionpack32 to 3.2.13. 2013-03-19 16:13:26 +00:00
ruby-activeresource32 Update ruby-activeresource32 to 3.2.13. 2013-03-19 16:15:33 +00:00
ruby-borges Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-clearsilver Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-coffee-rails32
ruby-compass Update ruby-compass to 0.12.2. 2012-09-16 13:37:03 +00:00
ruby-compass-susy-plugin
ruby-css-parser Update ruby-css-parser to 1.3.4. 2013-03-17 15:56:42 +00:00
ruby-cssmin Update ruby-cssmin to 1.0.3. 2013-03-17 15:53:21 +00:00
ruby-csspool Update ruby-csspool to 3.0.2. 2012-12-17 15:08:28 +00:00
ruby-div Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-erubis Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
ruby-faraday Update ruby-faraday to 0.8.7. 2013-04-07 11:18:57 +00:00
ruby-fcgi
ruby-gnome2-webkit-gtk revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
ruby-gnome2-webkit-gtk2 revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
ruby-htmlsplit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-http_parser.rb
ruby-http_router Update ruby-http_router to 0.11.0. 2013-06-16 09:36:23 +00:00
ruby-httpclient Update ruby-httpclient to 2.3.3. 2013-02-24 13:39:53 +00:00
ruby-innate "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
ruby-jekyll Update ruby-jekyll to 0.12.1. 2013-03-14 16:21:11 +00:00
ruby-journey Update ruby-journey to 1.0.4. 2012-06-15 13:56:24 +00:00
ruby-jquery-rails Reverted HOMEPAGE as recommended by taca@ 2013-04-06 14:30:19 +00:00
ruby-jsmin
ruby-liquid Update ruby-liquid to 2.5.0. 2013-03-14 16:47:49 +00:00
ruby-mechanize Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-multipart-post Update ruby-multipart-post to 1.2.0. 2013-04-07 11:06:19 +00:00
ruby-net-flickr
ruby-net-http-digest_auth Update ruby-net-http-digest_auth to 1.2.1. 2012-06-02 01:18:49 +00:00
ruby-net-http-persistent Update ruby-net-http-persistent to 2.8. 2012-12-17 15:14:42 +00:00
ruby-ntlm-http Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-padrino Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-padrino-admin Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-padrino-cache Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-padrino-contrib Add ruby-padrino-contrib package version 0.1.13. 2013-02-13 15:22:12 +00:00
ruby-padrino-core Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-padrino-gen Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-padrino-helpers Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-padrino-mailer Update ruby-padrino framework to 0.11.2. 2013-06-16 10:04:08 +00:00
ruby-patron PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ruby-puma Update ruby-puma to 1.6.3. 2013-02-13 15:41:00 +00:00
ruby-pygments.rb Add ruby-pygments.rb package version 0.3.7. 2013-03-15 23:47:51 +00:00
ruby-rack Update ruby-rack to 1.5.2. 2013-03-10 09:25:56 +00:00
ruby-rack-cache Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack-contrib Add ruby-rack-contrib package version 1.1.0. 2013-02-11 13:30:07 +00:00
ruby-rack-mount
ruby-rack-protection Update ruby-rack-protection to 1.5.0. 2013-03-17 16:16:39 +00:00
ruby-rack-rewrite Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
ruby-rack-ssl Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack-test Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack14 Oops, forgot to add ALTERNATIVES file. 2013-03-10 09:19:42 +00:00
ruby-rails32 Update ruby-rails32 to 3.2.13. 2013-03-19 16:18:35 +00:00
ruby-raindrops Update ruby-raindrops to 0.10.0. 2012-09-16 13:38:46 +00:00
ruby-sass Fixes: 2013-04-06 03:45:05 +00:00
ruby-sass-rails32 Update ruby-sass-rails32 to 3.2.6. 2013-02-11 14:51:28 +00:00
ruby-sinatra Update ruby-sinatra to 1.4.3. 2013-06-16 09:12:18 +00:00
ruby-sinatra-contrib Update ruby-sinatra-contrib to 1.4.0. 2013-06-16 09:21:38 +00:00
ruby-staticmatic 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
ruby-tag Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-unicorn Update ruby-unicorn to 4.6.2. 2013-03-14 16:24:21 +00:00
ruby-url_mount Add ruby-url_mount package version 0.2.1. 2013-02-11 14:06:00 +00:00
ruby-webrobots Reverted HOMEPAGE as recommended by taca@ 2013-04-06 14:30:19 +00:00
ruby-webunit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
screws Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
seamonkey Disable jpeg version checks. Remove entries from PLIST that are related 2013-07-03 13:49:28 +00:00
seamonkey-l10n Update to 2.18beta4 2013-05-23 13:44:19 +00:00
sencha-sns Update to 1.3.0 2013-06-09 05:19:53 +00:00
serf Update to 1.2.1: 2013-07-04 17:17:28 +00:00
serf0 Replace PKGNAME to serf0 for better handling of better binary package. 2013-02-22 15:49:25 +00:00
shibboleth-sp PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
sitecopy PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
snarf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
snownews Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
SOGo Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
spawn-fcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
SpeedyCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
squid Move squid/options.mk to squid27/options.mk since squid/options.mk isn't 2013-04-02 15:42:21 +00:00
squid3 Changes 3.3.6: 2013-07-03 12:47:11 +00:00
squidclamav Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
squidGuard Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
squidpurge Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
squirm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
surfraw Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
swiftsurf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
swiggle "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
swill Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
swish-e Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tcl-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
termtter Update HOMEPAGE url. 2012-08-19 09:09:26 +00:00
thin Update thin to 1.5.0. 2012-12-17 15:56:42 +00:00
thoth Depends on newer version of ruby-erubis. 2013-02-11 04:58:17 +00:00
thoth-delicious Fixes: 2013-04-06 03:45:05 +00:00
thoth-flickr
thttpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
tidy New doxygen, new PLIST. Bump dependency and PKGREVISION. 2013-01-30 21:00:01 +00:00
tinyproxy PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
trac Now that I understand that py-sqlite2 means sqlite3, adjust comments 2013-02-14 14:56:23 +00:00
typo3_45 Update typo3_45 to 4.5.27 (TYPO3 4.5.27). 2013-06-05 15:19:21 +00:00
typo3_47 Update typo3_47 to 4.7.12 (TYPO3 4.7.12). 2013-06-05 15:20:06 +00:00
typo3_60 Update typo3_60 to 6.0.6. 2013-06-05 15:20:49 +00:00
urlget Revive MASTER_SITES. 2013-03-14 17:04:27 +00:00
urlgrabber Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
varnish Upgrade to 3.0.3 2013-04-21 03:14:15 +00:00
viewvc Update to 1.1.20 2013-05-19 03:33:11 +00:00
visitors Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
w3 Resolves: 2013-04-06 20:27:16 +00:00
w3c-httpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
w3m Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
w3m-img Fixes: 2013-04-06 03:45:05 +00:00
waplet Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wApua Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
wdg-validate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
webalizer Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
webby
webkit-gtk Add missing cairo-gobject dependency. 2013-06-10 13:02:31 +00:00
webkit-gtk3 Enable introspection support. 2013-06-09 13:22:55 +00:00
weblint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
webnew Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
websvn Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
weex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
whisker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
wiliki Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wmd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wml Fix build with perl-5.18's pod2man. 2013-06-18 19:34:05 +00:00
wordpress Fix PLIST file, unbreak build 2013-06-27 08:04:57 +00:00
www6to4 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wwwcount Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wwwoffle Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
yaws Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
zopeedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
Makefile Adding SUBDIR's for p5-Dancer-Session-Cookie and p5-Session-Storage-Secure 2013-07-03 17:51:43 +00:00