pkgsrc/www
nia 16067bf2d0 www/lynx: Update to lynx-2.8.9.1
Changes:

2018-07-08 (2.8.9rel.1)
* documentation/metrics updates -TD

2018-06-10 (2.8.9pre.1)
* fix an inconsistency in message for "-listonly" option (Debian #805753) -TD

2018-05-17 (2.8.9dev.19)
* update test-packages to use current ncurses test-packages -TD
* improve portability for sockaddr structures used in HTTP and FTP, for
  IPv6 and SOCKS configurations -TD
* fix several minor warnings reported by Coverity -TD
* build-fix overlooked in 2.8.9dev.3 when INACTIVE_INPUT_STYLE_VH is defined,
  for problem introduced by 2.8.8dev.17 code-cleanup -GV
* trim unnecessary intllib symbols from src/chrtrans/makefile.in -TD
* when cross-compiling, trim LDFLAGS from makefile rule linking makeuctb,
  because it is a build tool, which should generally use BUILD_LDFLAGS
  (patch by Thomas Petazzoni)

2018-05-06 (2.8.9dev.18)
* ignore content-encoding in HTContentToCompressType() if the content-type is
  known, to improve the suggested filename (report by Russell Bell) -TD
* add support for using client certificate with OpenSSL configuration (patch
  by Elliot Thomas).
* fix a few more memory leaks -TD
* put Lynx.leaks file in home directory like Lynx.trace (report by GV) -TD
* fix a memory leak in HTFTP.c -GV
* modify HTDoConnect(), adding a check for keyboard interrupt with 'z' in the
  select-loop -TD
* modify legacy feature from Lynx 2.7.2 which checks the hostname of a URI
  to guess whether to use HTTP, FTP, etc., depending upon the prefix of the
  URIs hostname.  This is now an optional feature, GUESS_SCHEME, which defaults
  to FALSE (Debian #893907) -TD

2018-03-21 (2.8.9dev.17)
* modify samples/oldlynx.bat to check if Lynx recognizes the -lss option -TD
* modify samples/*lynx.bat to check for environment variables that Lynx would
  test for temp-directory, and only if those are absent will the scripts
  attempt to create a temp-directory -TD
* modify samples/*lynx.bat to set PATH for executing utility programs -TD
* remove unused critSec_DNS -TD
* use EnterCriticalSection in ws_netread rather than InitializeCriticalSection
  since critSec_READ was initialized in LYMain.c (report by GV) -TD
* use freeaddrinfo() in one case where free() was used (report by GV) -TD
* implement "+" item type for gopher protocol (report by James Tomasino) -TD
* add checks in options-menu in case no color-styles have been defined -TD
* add Visual Studio project files for 2010, 2012 -TD
* improve checks for strings which should not be empty -TD
* check for empty personal-mail-address (report by TG) -TD
* modify samples/lynx-demo.cfg to use SOURCE_CACHE:memory -TD
* modify samples/*lynx.bat to use existing TEMP-directory if possible -TD
* modify windows installer to select directory containing SSL DLLs and copy
  them into lynx's application directory -TD
* add oldlynx.bat sample script to windows installer -TD
* use default lynx.lss color scheme with samples/lynx.bat -TD
* modify windows installers to use static libraries for pdcurses and slang,
  because the dll for the latter is much larger than the rest of lynx.
  Even with this change, lynx.exe is 50% larger when using slang than with
  pdcurses -TD
* rename test-package for ".rpm" to "lynx-dev" for consistency with ".deb" -TD
* improve samples/lynx.bat by using location of script rather than current
  directory -loto1992@inbox.ru ("Smuggler")
* permanently enable MISC_EXP feature -TD
* remove several obsolete ifdefs: DGUX, DGUX_OLD, HP_TERMINAL,
  REVERSE_CLEAR_SCREEN_PROBLEM, SHORTENED_RBIND, SLANG_MBCS_HACK, SNAKE -TD
* improve logic in HTCopy used to limit reads based on content-length to
  take into account server headers which extend past the first block read
  (report/test-case by Dick Wesseling) -TD
* permanently enable EXP_HTTP_HEADERS feature -TD
* modify color-style hashing to check for collisions (reported by TG, Russell
  Bell) -TD
* add PREFERRED_CONTENT_TYPE defaulting to text/plain and options-menu to
  replace an assumption in HTMIMEConvert that everything is text/html.
  Since most servers provide a valid Content-Type for HTML, and are more likely
  to omit it for files lacking a known suffix, defaulting to text/plain is a
  better choice -TD
* remove dead-code for OMIT_SCN_KEEPING -TD
* remove dead/unreachable pretty-source code in HTML.c, noticed because
  it complicates hashing -TD
* improve hashing for anchors and styles by using a more suitable hash-table
  size -TD
* add a note in lynx.cfg telling how to remove a default key-mapping -TD
* modify "=" command to make it possible to disable margins for the URL string,
  by first disabling wrapping using "|" -TD
* several fixes for Windows version -TH
  + fix an abnormal terminate when pressing 'd'(download) on no action button.
  + work around incompatibility in move() between POSIX and Windows.
    ref: https://www.securecoding.cert.org/confluence/display/c/FIO10-C.+Take+care+when+using+the+rename%28%29+function
  + fix limit-check for SJIS which prevented showing a show long title in the
    title bar on Windows environment.
  + fix problem with PDCurses when wrapping lines.
    ref: lynx-dev discussions "Subject: Wrapping line behavior"
  + fix resizing terminal problem with Windows + PDCurses.
    This problem occurs only with some combinations of source and destination
    screen size.
    For example: 80x25 -> 90x20
  + including some code clean up
* improve consistency in help-files discussing line-edit keymaps (prompted by
  Debian #888391) -TD
* additional fixes to work with LibreSSL on OpenBSD 6.2 -TD
* build-fixes for OpenSSL 1.1.0 versus 1.0.0 (patch by Quentin Minster).
* modify configure script to make a quirk of NetBSD's make-program less
  noticeable -TD
* modify configure script to work around pkgsrc's misconfiguration of shared
  libraries -TD
* modify po/makefile.inn to ensure the temporary files have distinct names
  to avoid problem with "make -j8" (Debian #890811) -TD
* update makefile/batch-scripts to allow building with newer Visual Studio
  versions, e.g., 2010, 2012, so that a 64-bit executable can be built -TD
* repair link in lynx_help_main.html to HTML 3.2 documentation
  (Savannah #47803) -TD
* update eo.po, fr.po from
    http://translationproject.org/latest/lynx
* improved several configure macros:
  CF_BUILD_CC, CF_CC_ENV_FLAGS, CF_CURSES_FUNCS, CF_CURSES_LIBS,
  CF_NCURSES_CONFIG -D
* updated ftp-site url -TD
* update config.guess (2018-01-26), config.sub (2018-01-15)

2017-07-10 (2.8.9dev.16)
* modify configure script to warn if NLS cannot be configured, and disable
  the feature rather than leaving it partly configured and failing during
  the build -TD
* modify configure script to allow pre-set $MSGFMT and $XGETTEXT variables to
  to used to build the NLS configuration using system's native NLS support -TD
* convert po/zh_TW.po to UTF-8 to work with Solaris10, which lacks big5 -TD
* build-fix for OSX Panther, which has PRId64 but not SCNd64 (patch by Martijn
  Dekker).
* modify po-makefile to use msgmerge to align with lynx.pot, and also use sed
  to update some obsolete homepage URLs in translations -TD
* add a note in the comments for INCLUDE in lynx.cfg regarding the default
  directory searches LYOpenCFG(), added in 2.8.4dev.20 (Debian #818047) -TD
* add a check to ensure that HTML_put_string() will not append a chunk onto
  itself (report by Ned Williamson) -TD
* update da.po, et.po, tr.po from
    http://translationproject.org/latest/lynx

2017-07-04 (2.8.9dev.15)
* add note in lynx.cfg about default values (Debian #408448) -TD
* amended Backes' change to the COLLAPSE_BR_TAGS feature for compatibility -TD
  + use ENABLE_LYNXRC to determine whether it is written to the .lynxrc file.
  + add command-line option, etc., for controlling whether blank lines are
    trimmed, e.g., trailing lines as well as the special case for collapsing
    br-tags.  Leading blank lines at the top of the document are untouched.
  + modify limit for trimmed lines to retain as little as 1 line; previously
    the trimming would go no smaller than 2 lines.
* add command-line option and options-menu item for COLLAPSE_BR_TAGS (patch
  by Peter Backes).
* fix strict gcc7 warnings on OSX, aside from those due to incorrect system
  headers -TD
* adjust definition of alloca() in HTUtils.h to quiet bogus compiler warning
  with NetBSD 7 -TD
* add configure check for preprocessor -C option, overlooked in c99 -TD
* correct logic in HTCopy() when re-reading a page (Debian #863008) -TD
* fix lintian warnings in ".deb" test-package -TD
* build-fix for PGI compilers, e.g., symbol conflicts -TD
* update eo.po from
    http://translationproject.org/latest/lynx

2017-05-10 (2.8.9dev.14)
* amend fix for Debian #841155, adding check for complete multibyte strings to
  decide when the cell-limit has been met (Debian #862148) -TD
* minor improvements to configure script to reduce warnings in config.log -TD
* update config.sub (2017-04-02)
* compiler-warning fixes for c99 on OSX -TD

2017-04-29 (2.8.9dev.13)
* amend fix for Debian #841155, adding check for special case where the
  expected number of cells is zero (report by Larry Hynes) -TD

2017-04-28 (2.8.9dev.12)
* correct logic in cell2char(), which gave up too early in determining the
  number of cells needed for a multibyte string in the editable text-fields
  (Debian #841155) -TD
* improve manual page discussion of environment variables, prompted by
  comments in Debian #791452, which overlooked the fact that details of proxy
  behavior are found in the user guide -TD
* cleanup some of the user's guide formatting, e.g., for quote-characters -TD
* consistently use "_" in command-line options table and manual page, to work
  with program logic that treats "-" as "_", but not the reverse (report by
  Larry Hynes) -TD
* improved several configure macros:  CF_ADD_CFLAGS, CF_CC_ENV_FLAGS,
  CF_GNU_SOURCE, CF_LARGEFILE, CF_MATH_LIB, CF_PROG_LINT, CF_SRAND,
  CF_XOPEN_SOURCE -TD
* modify Windows makefile to allow SSL_LIBS and SSL_DEFS to be overridden,
  reflecting naming-incompatibility in recent OpenSSL development -TD
* modify ncurses-specific code to allow its TERMINAL struct to be opaque -TD
* refine special case of server Content-Type from 2.8.7dev.11 changes to
  decompress files offered for download when the server has gzip'd them
  (report by TH) -TD
* amend comparision from 2.8.8dev.10 changes to handle slang specially
  (report/testcase by TH) -TD
* minor cleanup of UCDomap.c -TD
* build-fix for color-style with leak-checking -TD
* amend merge/fixes from
	http://en.sourceforge.jp/project/lynx-win32-pata
  as well as problem introduced by 2.8.8dev.6 cleanup -TH
* update ca.po, from
    http://translationproject.org/latest/lynx
* tidy whitespace in lynx.cfg (report by David Niklas) -TD
* fix two more typos in the list of ENABLE_LYNXRC in lynx.cfg -TD
* remove a repeated item for SEND_USERAGENT from lynx.cfg (Larry Hynes)
* accept userinfo in a URL, subject to override by -auth option or -pauth
  options.  According to RFC-3986, this is deprecated, but testing shows other
  clients support it -TD
* fix several minor warnings reported by Coverity -TD
* remove redundant asserts which follow a check that leads to outofmem(),
  added in 2.8.8dev.4 to appease clang 2.6, since clang 3.x understands
  no-return function declarations -TD
* when converting host+params to idna, temporarily separate the params to
  avoid a warning from idna_to_ascii_8z() -TD
* improve warning messages from 2.8.9dev.11 fixes when stripping user/password,
  dropping an unnecessary message and fixing a case where all-punctuation
  user name was not logged (report by Axel Beckert) -TD
* update config.guess (2017-03-05), config.sub (2017-02-07)

2016-11-15 (2.8.9dev.11)
* amend fix for stripping user/password to ensure that the stripped value is
  used when connecting to the host (prompted by discussion of CVE-2016-9179
  at https://lists.debian.org/debian-lts/2016/11/threads.html#00072) -TD

2016-11-08 (2.8.9dev.10)
* improved fix for OpenSSL 1.1 (Taketo Kabe).
* improve warning message when stripping user/password from URL; report on
  http://seclists.org/oss-sec/2016/q4/322 treated as a Lynx parsing error the
  punctuation such as "?" which is permitted by RFC-1738 in a user or password
  field.  RFC-3986 subsequently modified this.  The improved message points out
  the possible confusion by users when these fields contain punctuation -TD
* build-fix for OpenSSL 1.1 (Kamil Dudka)
* begin work to parse gopher extension "link to URL" -TD
* remove an obsolete comment in the manual page about -dump versus -force_html
  (report by Peter Schmitt) -TD
* modify samples/oldlynx to provide an empty ".lss" file as a better default
  than providing an empty "-lss" option -TD
* amend change made in 2.8.8dev.17 to permit multiple COLOR_STYLE items to
  restore the ability to cancel the color-style by providing an explicitly
  empty configuration item (in lynx.cfg, -lss or $LYNX_LSS).  In lynx.cfg, it
  is possible to follow the empty COLOR_STYLE with other data, but the -lss
  option overrides everything, and if that is not found, $LYNX_LSS overrides
  lynx.cfg -TD
* correct ifdef so that if the "news" parsing is disabled at compile time,
  HTTP.c interprets https:// links correctly when a https_proxy is set up
  (patch by Al Walker).
* add a limit-check in case colspan is given as zero for non-nested-table case
  (report by Sami Liedes) -TD
* update nl.po, sl.po from
    http://translationproject.org/latest/lynx

2016-04-26 (2.8.9dev.9)
* add workaround for servers such as https://www.xing.com which fail to close
  the connection when they finish sending compressed data.  This relies on
  the content-length (report by Klaus-Peter Wegge) -TD
* restore fix to filter out left-to-right marks which was broken in refactoring
  in 2.8.9dev.2, and also filter out right-to-left marks (Debian #808949) -TD
* fix build for current gnutls configuration which dropped the
  gnutls_protocol_set_priority function (reported by Axel Beckert, Andreas
  Metzler) -TD
* modify CF_LD_RPATH_OPT configure macro, changing FreeBSD case to use
  -Wl,-rpath rather than -rpath option.  According to FreeBSD #178732, either
  works since FreeBSD 4.x; however scons does not accept anything except the
  -Wl,-rpath form -TD
* add null-pointer checks for ssl_ctx in HTTP.c in case of error from calls
  on SSL_CTX_new (report by Yuan Jochen Kang) -TD
* update config.guess (2016-01-01), config.sub (2016-01-01)
* update da.po, fi.po, tr.po from
    http://translationproject.org/latest/lynx

2015-12-18 (2.8.9dev.8)
* fix regression in SSL support (report by Axel Beckert) -TD
* update et.po, fr.po, vi.po, zh_CN.po from
    http://translationproject.org/latest/lynx

2015-12-18 (2.8.9dev.7)
* make the HTTP version configurable, defaulting to "1.0" (HTTP/1.0) as
  HTTP_PROTOCOL, and make it changeable in the options menu -TD
* switch HTTP version to 1.1, adding an explicit "close" to work around
  the pitfall of persistent connections.  This is to work around a selective
  reading of RFC 2068 by duckduckgo.com - see
    http://lists.nongnu.org/archive/html/lynx-dev/2015-12/index.html
  -Axel Beckert
* fix a potential null dereference in tidy_tls.c reported by Coverity -TD
* extend advanced mode by showing field names in forms in the status line
  (suggested by TG) -TD
* fix some typos found by lintian -Axel Beckert
* correct buffer size in pretty_html() function of LYKeymap.c -TG
* add support for some HTML5 elements -Kihara Hideto
  Using this change, you can jump to <section id="speakers">.
  (The addition in src{0,1}_HTMLDTD.txt is copied from DIV.)
  <section>, <article>, <main>, <aside>, <header>, <footer>, <nav>, <figure>
* improve configure check for extended curses functions, needed for compiling
  with ncursesw on OSX, in particular when configuring with ncurses6 (report
  by Tom Wyant) -TD
* set SSL_MODE_AUTO_RETRY in OpenSSL configuration, completing work needed for
  Debian #707059 -TD
* correct description used for "K" vs "k" key binding in manpage -TD
* adopt some of the patches from Debian lynx package:
  + add Delete key usage to manpage (patch by Denis Briand, Debian #74358)
  + add $(LDFLAGS) when building makeuctb (patch by Atsuhito Kohda).
  + add NO_BUILDSTAMP symbol to appease
    https://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros
  + add -n option to gzip when making gzip'd helpfiles (patch by Andreas
    Metzler).
  + add support for client certificates (patch by Simon Kainz, Debian #797901).
* use POSIX locale when sorting entries in cfg_defs.h (patch by Reiner Hermann,
  Debian #792770).
* move homepage for Lynx from
    http://lynx.isc.org
  to
    http://lynx.invisible-island.net
  because ISC has ended support -TD
* change "GNU Public License" to "GNU General Public License" for consistency
  (report by Axel Beckert) -TD
* free a use-after-free in scan_cookie_sublist (Redhat #1120925) -TG
* updates for configure macros from ncurses and xterm -TD
* fix for gnutls logic to support rehandshake on negotiation for optional
  client certificate, e.g., for https://contributors.debian.org (patch by
  Simon Kainz, Debian #797059).
* update ca.po, sv.po, et.po from
    http://translationproject.org/latest/lynx
* use gnutls_set_default_priority() to simplify algorithm priorities in the
  gnutls configuration as well as track occassional changes in that library
  (patch by Andreas Metzler, Debian #789189, Debian #784430).
* correct logic in LYsetRcValue() from 2.8.8dev.13, which would free the wrong
  pointer if the input had leading blanks (patch by Ruda Moura).
* fix CF_CHECK_SIZEOF autoconf macro to work when its working variables have
  been preset to an empty value (report by Andrew Arensburger) -TD
* update config.guess (2015-10-21), config.sub (2015-08-20)

2015-05-06 (2.8.9dev.6)
* add a note about OCSP to url-support documentation (Debian #745835) -TD
* change defaults for SSL prompts when a problem is detected to "no" (Debian
  #783477) -TD
* if an SSL error message is too long for the screen-width, trim it with an
  ellipsis so that the "(y)" part of the prompt for continuing will be visible
  (Debian #783476) -TD
* update test-packages to use ncurses6 test-packages -TD
* modify configure script to check for ncurses ".pc" files first before looking
  for the "ncurses*-config" scripts -TD
* modify configure script to accept a release-number for the ncurses/ncursesw
  values of the "--with-screen" option, e.g., "--with-screen=ncursesw6" -TD
* cosmetic fixes for autoconf macros to avoid vi-workaround -TD
* update da.po, et.po, fr.po, nl.po, vi.po from
    http://translationproject.org/latest/lynx
* regenerated lynx.pot, sent to translation project -TD
* update config.guess (2015-03-04), config.sub (2015-03-08)

2015-04-12 (2.8.9dev.5)
* add codes U+200A, U+200B to def7_uni.tbl (prompted by report by Sven
  Hartrumpf, as well as referring to
  https://www.cs.tut.fi/~jkorpela/chars/spaces.html) -TD
* restore large buffer-size from follow_link_number() which was altered in
  2.8.8dev.10 changes to use LYgetBString() (Debian #699068) -TD, -TG
* loosen the check in IsOurFile() to permit hard-linked files
  (Debian #429606) -TD
* update ca.po, cs.po, et.po, fi.po, fr.po, id.po, nl.po, pt_BR.po, ru.po,
  sl.po, tr.po, vi.po from
    http://translationproject.org/latest/lynx

2015-01-25 (2.8.9dev.4)
* modify check after gnutls_certificate_verify_peers2() to use
  gnutls_certificate_verification_status_print() when available, to give
  potentially more details on certficate revocation (patch by Andreas Metzler,
  Debian #745835, Debian #752610)

2015-01-05 (2.8.9dev.3)
* correct shortcut for "Send To" link used in Inno Setup script, broken in
  2.8.8dev.15 -TD
* amend change made in 2.8.8dev.10 to LYLocal.c get_filename(), ensuring that
  the bstring parameter can be (re)allocated within that function's call to
  LYgetBString() (report by Raoul Megelas) -TG
* build-fixes for djgpp 2.04 and gcc 4.8.4 using Watt-32 -GV

2014-12-21 (2.8.9dev.2)
* correct an inconsistent check for reload using isLYNXCGI() in the
  options-screen -TD
* add script after using msginit to create en.po, to work around renaming in
  Cygwin environment -TD
* improve overlay of field contents in form for "-dump" option; the change
  in 2.8.8dev.3 did not take into account UTF-8 values (Debian #770011) -TD
* correct a bug in the map_string_to_keysym() function introduced in
  2.8.8dev.17:  as used via the remap() function, this returns the curses
  code for a special key rather than Lynx's internal code (Debian #769601) -TD
* add checks when translating from UTF-8 to Unicode, to ensure that only the
  shortest encoding is accepted.  Other/longer encodings are mapped to the UCS
  replacement character as in xterm (Debian #763268) -TD
* modify LYExpandHostForURL() to call HTGetAddrInfo(), allowing DNS lookups
  for IPv6 to be interrupted, e.g., by typing ^G.  This was a path overlooked
  in 2.8.8dev.13 (reports by Chad Kline, etc.) -TD
* drop libgnutls-extra when using --with-gnutls-compat option -TD
* drop libgcrypt dependency when building with gnutls, using gnutls_rnd()
  rather than gcry_randomize() (adapted from patch by Andreas Metzler,
  Debian #753699) -TD
* fix a reference-after-free in scan_cookie_sublist(), probably fixing RedHat
  #1120925 -Mike Gorse
* update eo.po, id.po from
    http://translationproject.org/latest/lynx
* improve workaround for too-long pathnames in LYPrint.c SetupFilename() -TD
* fix a few inconsistencies between #if / #ifdef, including one for sleep()
  which broke cross-compiles for MinGW -TD
* updated/improved configure script macros (TD):
  + CF_ACVERSION_CHECK:  work around another gratuitous incompatibility
    introduced in 2.69 (reported by Ross Burton, openembedded.org)
  + CF_ADD_CFLAGS:  workaround for ash-shell
  + CF_ADD_LIBS:  workaround in CF_X_TOOLKIT uses pkgconfig, whose files
    generally are using incomplete dependencies - in turn introducing lots of
    duplication.  filter out the duplicates.
  + CF_CHECK_CFLAGS:  workaround for ash-shell
  + CF_CURSES_FUNCS:  improve workaround for weak-linkage, seems to fix tests
    with NetBSD 6.1
  + CF_INTEL_COMPILER:  cleanup the -no-gcc option which was leftover from
    testing - prcs does not build with this option.
  + CF_MAKEFLAGS:  workaround for GNU make 4.0 incompatibility with previous
    releases.
  + CF_SUBDIR_PATH:  add /usr/pkg and /opt/local to help configuring with
    pkgsrc and macports -TD
  + CF_XOPEN_SOURCE:  Minix3.2 ifdef's the POSIX.1-2001 functions inside
    _NETBSD_SOURCE, even though it was released 2012-02-29 - appease it.  At
    the same time, turn on the verbose flag to show that most platforms need
    platform-specific define's to get POSIX (sic).  Also, add case for UnixWare
    (report/discussion with Mark Ryan).
  + CF_X_ATHENA:  add --with-Xaw3dxft option
  + CF_X_TOOLKIT:  add workaround for breakage in XQuartz upgrades
* add check to ensure that "submit" command from 2.8.8dev.10 is performed
  in a form (report by Karen Lewellen) -TD
* update config.guess (2014-03-23), config.sub (2014-07-28)
2018-11-14 16:09:03 +00:00
..
adzap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
aipo Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
album Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
album_themes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
amaya Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
analog Sort PLIST files. 2018-01-01 22:29:15 +00:00
ap-auth-kerb apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap-auth-mellon revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ap-authnz-crowd revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ap-mono Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ap-php Roll back GCC_REQD build failure workaround 2018-07-27 07:08:09 +00:00
ap-rpaf Update mod_rpaf to 0.8.4. Upstream is now on github. 2016-10-19 18:43:58 +00:00
ap-uwsgi ap-uwsgi: added CONFLICT with apache24>=2.4.30 as mod_proxy_uwsgi is built-in 2018-03-26 09:34:29 +00:00
ap2-auth-mellon revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ap2-encoding apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap2-fcgid apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap2-jk Updated www/ap2-jk to 1.2.43 2018-08-25 01:57:43 +00:00
ap2-limitipconn Remove distribution patch (downloaded by package anyway, no idea 2016-06-16 13:04:43 +00:00
ap2-mkdir Updated www/ap2-mkdir to 0.4 2018-05-09 12:19:13 +00:00
ap2-passenger revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ap2-perl Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
ap2-python apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap2-subversion subversion: updated to 1.10.2 2018-08-18 15:55:12 +00:00
ap2-upload Updated www/ap2-upload to 0.8 2018-01-08 09:04:50 +00:00
ap2-xsendfile apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap22-auth-ofba apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap22-authz-ldap apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap22-dnssd Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
ap24-authnz-external ap24-authnz-external: Fix RCSID. 2018-01-13 08:59:44 +00:00
apache-roller use jdbc-mysql51 if available 2017-01-01 18:19:58 +00:00
apache-tomcat6
apache-tomcat7 apache-tomcat7: fix PLIST 2018-09-27 22:35:14 +00:00
apache-tomcat8 Update to 8.0.53 2018-07-25 21:20:02 +00:00
apache-tomcat55
apache-tomcat85 Update to 8.5.32 2018-07-25 21:29:25 +00:00
apache24 apache24: updated to 2.4.37 2018-10-24 10:08:00 +00:00
apachetop Update to 0.18.4 2018-05-08 08:17:36 +00:00
asp2php
august Comment out dead sites. 2017-08-16 20:45:30 +00:00
aws Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
aws-demos *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
awstats Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bannerfilter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bins Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bkedit
bluefish Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
blur6ex pkgrevision bump for changed apache default. 2017-03-12 07:20:51 +00:00
bozohttpd Adjust SERVER_SOFTWARE to intended version 2017-02-05 13:32:16 +00:00
browser-bookmarks-menu Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
c-icap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
c-icap-modules c-icap-modules-0.4.4 changes 2017-02-06 14:15:18 +00:00
cadaver cadaver: comment out dead sites 2017-11-26 10:41:01 +00:00
caddy Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
calamaris Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
camping Make depends on www/ruby-rack16 instead of www/ruby-rack. 2017-06-05 03:26:39 +00:00
cgic
cgicc 3.2.19: 2017-08-18 21:56:41 +00:00
cgilib
cgit Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
checkbot Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cherokee extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
clearsilver Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
clearsilver-base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
clisp-fastcgi Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
contao www/contao: remove "used by" lines 2018-09-18 16:14:35 +00:00
contao35 www/contao35: update to 3.5.36 2018-09-18 15:10:57 +00:00
cppcms Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
crawl *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
cronolog Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
curl curl: Update www/curl to 7.62.0 2018-10-31 08:06:24 +00:00
cvsweb Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dansguardian Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
davical Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
deforaos-surfer Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
dillo Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
drivel Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
drraw Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
drupal7 www/drupal7: update to 7.60 2018-10-18 14:32:48 +00:00
drupal8 www/drupal8: update to 8.6.2 2018-10-18 14:39:38 +00:00
e2guardian Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
elinks Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
eliom Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
emacs-w3m Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
emacs-w3m-snapshot emacs-w3m-snapshot: Don't quote ${EGREP}, it might be "grep -E". 2018-10-31 14:56:40 +00:00
epiphany Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
epiphany-extensions Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
fcgi Sort PLIST files. 2018-01-01 22:29:15 +00:00
fcgiwrap Comment out dead sites. 2017-08-16 20:45:30 +00:00
fengoffice Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
ffproxy
firefox firefox: Remove references to non-existent files. 2018-11-13 13:13:47 +00:00
firefox-l10n Update tp 63.0.1 2018-11-04 00:50:09 +00:00
firefox36 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
firefox36-l10n
firefox45 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
firefox45-l10n Update to 45.9.0 2017-05-10 14:14:41 +00:00
firefox52 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
firefox52-l10n firefox52-l10n: catch up with firefox52-52.9.0 2018-06-26 21:50:22 +00:00
firefox60 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
firefox60-l10n firefox60{,-l10n}: update to 60.3.0 2018-10-29 01:16:58 +00:00
gallery Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gallery2 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ganglia-webfrontend www/ganglia-webfrontend: Fix bug in cluster view 2018-09-21 14:48:08 +00:00
geckodriver lang/rust: Move common BUILD_DEPENDS in rust packages to cargo.mk 2018-09-21 21:26:33 +00:00
geeklog
gitweb git: updated to 2.19.0 2018-09-13 10:56:42 +00:00
go-ace Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-cssmin Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-gogs-client Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-gohtml Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-toml-burntsushi Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-toml-pelletier Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-webhooks Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
goaccess goaccess: fix build on SunOS 2017-09-22 22:18:01 +00:00
grafana Use correct versioned Go dependency. 2018-09-22 20:52:17 +00:00
gtkasp2php
gtkhtml314 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
gwt Update to 2.7.0 2016-07-05 19:27:02 +00:00
h2o Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
haskell-cgi Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
heel www/heel: fix dependency 2018-09-24 02:28:58 +00:00
hiawatha Sort PLIST files. 2018-01-01 22:29:15 +00:00
horde horde: set PHP_VERSIONS_ACCEPTED to 56 2018-02-21 12:26:45 +00:00
hs-HTTP
htdavlock revbump after boost-libs update 2018-08-16 18:54:26 +00:00
htdig htdig: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:33:26 +00:00
htmlcxx Requires libiconv. 2017-05-12 11:35:49 +00:00
htmldoc Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
htmldoc-x11 Fix options framework abuse by htmldoc-x11. 2016-12-30 12:54:20 +00:00
htmllint Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
http-parser http-parser: update to 2.8.1. 2018-04-16 12:59:33 +00:00
http_load
hugo Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
icedtea-web Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
ies4linux extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
ijb
ikiwiki Add upstream patch to give graph an optional "file" param, like table's. 2018-10-22 04:33:25 +00:00
jalbum jalbum: Disable SSP for bundled libraries. 2017-10-09 15:26:11 +00:00
jetty7 Comment out dead sites. 2017-08-16 20:45:30 +00:00
jetty9 Sort PLIST files. 2018-01-01 22:29:15 +00:00
kahua
kannel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
kdewebdev4 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
kdewebkit Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
khtml Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
kjs Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
kjsembed Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
lhs Comment out dead sites. 2017-08-16 20:45:30 +00:00
libecap Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
libghttp Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libgtkhtml Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
libmediawiki revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libmicrohttpd revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libmrss revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libproxy libproxy: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:28:27 +00:00
libpsl libpsl: Include icu bl3 in buildlink3 and add support for tests 2018-10-23 07:07:25 +00:00
librest *: (belatedly) revbump for net/libsoup update 2018-10-24 21:11:45 +00:00
librest07 *: (belatedly) revbump for net/libsoup update 2018-10-24 21:11:45 +00:00
libsass libsass: updated to 3.5.5 2018-11-12 07:24:46 +00:00
libwww libwww: unbreak on linux. 2018-09-13 12:33:28 +00:00
liferea Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
lighttpd lighttpd: update to 1.4.51. 2018-10-16 06:11:54 +00:00
links www/links[-gui]: update to version 2.17. 2018-10-02 11:29:15 +00:00
links-gui Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
litmus litmus: comment out dead sites. 2017-11-26 10:50:00 +00:00
llgal Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
loggerhead Fix py-flup dependency 2018-09-05 08:22:17 +00:00
logswan Follow some http redirects. 2017-08-16 20:21:03 +00:00
lua-curl revbump after boost-libs update 2018-08-16 18:54:26 +00:00
lynx www/lynx: Update to lynx-2.8.9.1 2018-11-14 16:09:03 +00:00
make_album Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
matcha-sns apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
mediawiki Update to 1.31.1 2018-09-23 03:33:29 +00:00
micro_httpd
midori Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
mimetex
mini_httpd Update to 1.27 2017-09-29 07:57:38 +00:00
mknmz-wwwoffle Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mMosaic Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mongrel Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-cluster Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-config Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-console Comment out dead sites. 2017-09-04 18:00:49 +00:00
mongrel-upload-progress Comment out dead sites. 2017-09-04 18:00:49 +00:00
mono-xsp Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
moodle Update to 3.5.2 2018-09-15 13:10:00 +00:00
mserv-php Fixed some pkglint warnings. 2016-07-09 13:10:15 +00:00
nanoblogger Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
nanoblogger-extra Allow patch levels in dependency. 2017-02-21 15:59:34 +00:00
neon Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
netscape
netsurf Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
nghttp2 nghttp2: updated to 1.34.0 2018-10-04 13:07:35 +00:00
nginx nginx: fix two inconsistent paths and remove a deprecated option 2018-10-01 20:55:36 +00:00
nginx-devel nginx-devel: updated to 1.15.5 2018-10-03 10:19:02 +00:00
nostromo Nostromo aka nhttpd is a simple, fast and secure HTTP server. 2018-02-11 13:56:21 +00:00
ns-plugger-common Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ns-remote Switch to github copy 2017-01-04 22:14:56 +00:00
nspluginwrapper Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
nvu Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ocaml-curl Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-http Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocsigen Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocsigen-i18n Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocsigen-start Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocsigen-toolkit Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
opera *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
opera-acroread7
opera-plugins
otter-browser Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
p5-Alien-GvaScript Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Any-URI-Escape Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-AnyEvent-HTTP p5-AnyEvent-HTTP: update to 2.24. 2018-09-02 07:52:31 +00:00
p5-AnyEvent-HTTPD Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-AnyEvent-ReverseHTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-AnyEvent-SCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-ASP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-DBILogConfig Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-DBILogger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-Filter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-Gallery Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-LogFormat-Compiler Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-Session Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-Session-SharedMem Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-Session-Wrapper Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-SSI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache-Test Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache2-AuthCASSimple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache2-AuthCookie Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Apache2-AuthCookieDBI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-App-Nopaste Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Captcha-reCAPTCHA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Captcha-reCAPTCHA-Mailhide Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Action-RenderView Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Action-REST Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Authentication-Credential-HTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Authentication-Store-Htpasswd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Component-InstancePerContext Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Controller-BindLex Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Controller-FormBuilder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Controller-HTML-FormFu Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Devel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-DispatchType-Regex Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Engine-HTTP-Prefork Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Engine-JobQueue-POE Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Engine-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Manual Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Model-Adaptor Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Model-File Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Authentication Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Authorization-ACL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Authorization-Roles Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-AutoRestart Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-ConfigLoader Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-I18N Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-RequireSSL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Server Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Session Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Session-Store-File Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-StackTrace Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-Static-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Plugin-StatusMessage Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-Runtime Update to 5.90120 2018-10-20 13:09:37 +00:00
p5-Catalyst-View-Excel-Template-Plus Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-View-Jemplate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-View-JSON Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-View-Mason Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-View-TT Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CatalystX-Component-Traits Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CatalystX-CRUD-Controller-REST Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CatalystX-CRUD-View-Excel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CatalystX-CRUD-YUI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CatalystX-LeakChecker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Ajax Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Application Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Application-Plugin-DBH Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Application-Plugin-Session Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Application-Plugin-ValidateRM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Application-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Compile Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Cookie-Splitter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Cookie-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Emulate-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Fast Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-FastTemplate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-FormBuilder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Kwiki Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Lite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Minimal Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-ProgressBar Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Session Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Session-Driver-memcached Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Session-Plugin-Redirect Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Session-Serialize-yaml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CGI-Simple Update to 1.21 2018-10-20 12:43:23 +00:00
p5-CGI-Struct Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Cookie-Baker Update to 0.10 2018-10-20 12:39:56 +00:00
p5-Cookie-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CSS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CSS-Minifier-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CSS-Squish Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CSS-Tiny Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Dancer Update to 1.3500 2018-10-20 04:16:06 +00:00
p5-Dancer-Session-Cookie Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Dancer2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Data-URIEncode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-FCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-FCGI-Client Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-FCGI-ProcManager Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-File-Mork Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Handel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Hijk Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-CalendarMonthSimple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Clean Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Display Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Element-Extended Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Email-Obfuscate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Entities-Interpolate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Escape Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-FillInForm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Form Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Format Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-FormFu Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-LinkExtractor Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Lint Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Mason Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Mason-PSGIHandler Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-PrettyPrinter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Prototype Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Prototype-Useful Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Quoted Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Restrict Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-RewriteAttributes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Scrubber Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Selector-XPath Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-SimpleParse Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-StickyQuery Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Stream Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Strip Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-StripScripts Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-StripScripts-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Table Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-TableExtract Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Tagset Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Template Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Template-Expr Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Template-Pro Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Tiny Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-TokeParser-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-Tree Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-TreeBuilder-LibXML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-TreeBuilder-XPath Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-WikiConverter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTML-WikiConverter-DokuWiki Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTMLObject Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Async Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Body Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Cache-Transparent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-CookieJar Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-CookieMonster Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Cookies Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Daemon Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Date Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-DAV Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Entity-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-GHTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-HeaderParser-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Headers-Fast Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Lite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Message Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-MultiPartParser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Negotiate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-OAI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Parser-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Proxy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Request-AsCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Request-Form Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Response-Encoding Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-EV Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple-Authen Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple-Kwiki Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple-Mason Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple-Recorder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Server-Simple-Static Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Thin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Tiny Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-HTTP-Tinyish Update to 0.15 2018-10-20 04:19:47 +00:00
p5-HTTPD-User-Manage Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-I18N-AcceptLanguage Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-JavaScript-Minifier-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-JavaScript-Value-Escape Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Jemplate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-JSON-RPC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Archive-Cvs Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Archive-Rcs Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-BreadCrumbs Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Edit-RequireUserName Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Favorites Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-HtmlBlocks Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Icons-Gnome Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-ModPerl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-NewPage Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Notify-Mail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-PagePrivacy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-ParagraphBlocks Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-PreformattedBlocks Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-RecentChanges Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Revisions Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Scode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Search Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Simple-Server-HTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-UserName Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-UserPreferences Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Users-Remote Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Weather Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Wikiwyg Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Kwiki-Zipcode Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-libapreq Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-libapreq2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-libwww Update to 6.36 2018-10-20 10:08:57 +00:00
p5-LWP-Authen-Negotiate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-Authen-Wsse Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-ConsoleLogger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-MediaTypes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-Online Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-Protocol-https Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-Protocol-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWP-UserAgent-Determined Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWPx-ParanoidAgent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-LWPx-TimedHTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MasonX-Request-WithApacheSession Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mojolicious p5-Mojolicious: update to 7.94. 2018-09-02 07:55:30 +00:00
p5-Net-FastCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-HTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-ParallelUserAgent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-App-Proxy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Handler-AnyEvent-SCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Handler-SCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-Auth-Digest Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-ConsoleLogger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-Debug Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-Deflater Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-File-Sass Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-Header Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-JSConcat Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-MethodOverride Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-RemoveRedundantBody Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-ReverseProxy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-Session Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Middleware-Test-StashWarnings Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Test-Agent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Plack-Test-ExternalServer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Pod-POM-Web Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Component-Server-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Component-Server-SimpleHTTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Component-Server-SOAP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-POE-Filter-HTTP-Parser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Reaction Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Role-REST-Client Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-HTML-Objects Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-HTMLx-Form-Field-Serial Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-HTMLx-Form-Related Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Rose-URI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Router-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Session-Storage-Secure Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Starlet Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Starman Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SVN-Web Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Task-Catalyst-Tutorial Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Task-CatInABox Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Tatsumaki Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Extract Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Generate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Multilingual Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-Clickable Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-Clickable-Email Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Plugin-Subst Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Provider-Encoding Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Stash-EscapeHTML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Stash-HTML-Entities Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Timer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Toolkit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Template-Toolkit-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-HTTP-Server-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-LWP-UserAgent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-WWW-Declare Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-WWW-Mechanize Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-WWW-Mechanize-Catalyst Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-WWW-Mechanize-PSGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Twiggy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-db Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-Escape-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-Fetch Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-Find Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-FromHash Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-Nested Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-Query Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-ws Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-VRML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Web-Scraper Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WordPress-XMLRPC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Amazon-Wishlist Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-CSRF Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Curl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Facebook-API Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Form-UrlEncoded Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Mechanize Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Mechanize-Cached Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Mechanize-FormFiller Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Mechanize-GZip Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Mechanize-Shell Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Mechanize-Timed Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Pastebin-PastebinCom-Create Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Pastebin-RafbNet-Create Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-RobotRules Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-WWW-Shorten Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
paros paros: fix HOMEPAGE, set LICENSE 2017-11-06 13:33:48 +00:00
passenger revbump after boost-libs update 2018-08-16 18:54:26 +00:00
pear-HTML_Common
pear-HTML_Select
pear-HTML_TreeMenu
pear-HTTP
pear-HTTP_Request
pear-HTTP_Request2 Update pear-HTTP_Request2 to 2.3.0. 2016-07-19 15:33:27 +00:00
php-apcu Update php-apcu to 5.1.10 - small bugfixes 2018-02-16 06:58:53 +00:00
php-apcu4 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-apcu_bc Accept also PHP 7.2 for this module package 2017-11-15 09:15:50 +00:00
php-basercms apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
php-concrete5 Update php-concrete5 to 5.7.5.13. 2017-05-28 11:45:42 +00:00
php-curl www/php-curl: Reset PKGREVISION 2018-09-13 15:48:37 +00:00
php-fpm lang/php: reset PKGREVISION 2018-07-20 13:33:02 +00:00
php-glpi Update GLPI to v9.2.3 2018-04-27 14:19:29 +00:00
php-http revbump after boost-libs update 2018-08-16 18:54:26 +00:00
php-http3 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
php-ja-wordpress Follow some redirects. 2017-09-03 08:53:04 +00:00
php-nextcloud Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
php-owncloud Update to owncloud 10.0.9 2018-09-03 19:09:19 +00:00
php-phalcon www/php-phalcon: Update to 3.4.0. 2018-05-29 09:13:35 +00:00
php-phrasea2 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
php-piwigo Sorted PLIST. 2017-12-31 21:55:18 +00:00
php-propro Reset maintainer 2017-09-16 19:26:41 +00:00
php-propro2 www/php-propro2: fix dependency in buildlink3.mk 2017-12-09 02:40:22 +00:00
php-soycms php-soycms: follow redirect 2018-01-14 10:19:38 +00:00
php-tidy pkgsrc: reset PKGREVISION 2017-10-27 08:49:00 +00:00
php-tiki6 apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
php-tt-rss Follow some redirects. 2017-09-03 08:53:04 +00:00
php-tt-rss-fever-plugin php-tt-rss-fever-plugin: update HOMEPAGE and MASTER_SITES 2017-10-09 08:21:24 +00:00
php-uploadprogress Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
phraseanet phraseanet: move PHP_VERSIONS_ACCEPTED before inclusion of phpversion.mk 2018-02-21 12:24:44 +00:00
phraseanet-indexer Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
pound Update to 2.8. From the changelog: 2018-08-26 22:35:45 +00:00
privoxy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pup Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
py-aiohttp py-aiohttp: updated to 3.4.4 2018-09-06 13:53:16 +00:00
py-asgiref py-asgiref: updated to 2.3.2 2018-05-24 06:37:46 +00:00
py-autobahn py-autobahn: updated to 18.10.1 2018-10-23 07:59:31 +00:00
py-beautifulsoup extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-beautifulsoup4 py-beautifulsoup4: updated to 4.6.3 2018-08-14 07:26:20 +00:00
py-betamax py-betamax: update to 0.8.1. 2018-04-17 10:45:05 +00:00
py-bleach Deal with gratuitous use of "/bin/bash" (in a one-line script, no 2018-10-30 09:48:29 +00:00
py-blosxom extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-bottle py-bottle: update to 0.12.13 2017-09-27 20:29:51 +00:00
py-cfscrape py-cfscrape: updated to 1.9.5 2018-04-05 08:21:03 +00:00
py-channels py-channels: updated to 2.1.5 2018-11-06 14:21:51 +00:00
py-cheroot py-cheroot: updated to 6.5.2 2018-09-06 13:41:33 +00:00
py-cherrypy py-cherrypy: updated to 18.0.1 2018-09-13 10:57:47 +00:00
py-cherrypy17 py-cherrypy17: updated to 17.4.0 2018-10-02 11:22:03 +00:00
py-clearsilver Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
py-ClientForm extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-cloudfiles extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-cookies Add py-cookies-2.2.1: 2017-09-29 14:33:38 +00:00
py-curl py-curl: only use distutils (used to import setuptools when wheels were installed) 2018-08-20 07:31:51 +00:00
py-daphne py-daphne: updated to 2.2.2 2018-08-19 10:53:11 +00:00
py-django py-django: updated to 1.11.16 2018-10-02 08:06:44 +00:00
py-django-admin-rangefilter py-django-admin-rangefilter: updated to 0.3.8 2018-10-14 16:19:19 +00:00
py-django-admin-sortable2 py-django-admin-sortable2: updated to 0.6.21 2018-08-14 09:39:08 +00:00
py-django-appconf
py-django-appmedia extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-django-celery-beat py-django-celery-beat: updated to 1.1.1 2018-02-22 10:30:38 +00:00
py-django-classy-tags Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django-cms py-django-cms: updated to 3.5.2 2018-05-29 12:54:49 +00:00
py-django-cmsplugin_gallery py-django-cmsplugin_gallery: updated to 1.0.1 2018-04-07 20:09:37 +00:00
py-django-contrib-comments py-django-contrib-comments: updated to 1.9.0 2018-10-15 11:20:14 +00:00
py-django-cors-headers py-django-cors-headers: updated to 2.4.0 2018-07-24 06:32:48 +00:00
py-django-countries py-django-countries: updated to 5.3.2 2018-09-11 07:49:10 +00:00
py-django-easy-thumbnails py-django-easy-thumbnails: updated to 2.5 2018-01-11 13:50:39 +00:00
py-django-extensions py-django-extensions: updated to 2.1.3 2018-10-03 10:05:35 +00:00
py-django-filer
py-django-filter py-django-filter: updated to 1.1.0 2018-02-02 12:41:30 +00:00
py-django-formtools py-django-formtools: update to 2.1 2017-10-05 12:20:55 +00:00
py-django-import-export py-django-import-export: updated to 1.1.0 2018-10-03 10:00:26 +00:00
py-django-inline-ordering Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-js-asset py-django-js-asset: updated to 1.1 2018-05-01 07:23:36 +00:00
py-django-kronos Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-django-mptt py-django-mptt: updated to 0.9.1 2018-08-07 06:31:28 +00:00
py-django-photologue Needs pip. 2018-09-25 20:22:54 +00:00
py-django-polymorphic py-django-polymorphic: updated to 2.0.3 2018-10-07 07:13:14 +00:00
py-django-registration py-django-registration: typo in DESCR 2018-10-30 07:13:54 +00:00
py-django-rest-framework-proxy Revert wrong import 2017-08-21 15:43:40 +00:00
py-django-reversion py-django-reversion: updated to 2.0.13 2018-02-02 08:08:10 +00:00
py-django-sekizai Changes 0.10.0: 2016-09-07 13:56:24 +00:00
py-django-sortedm2m py-django-sortedm2m: added version 1.5.0 2018-03-05 13:59:47 +00:00
py-django-south Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-django-sql-explorer py-django-sql-explorer: updated to 1.1.2 2018-10-03 10:47:20 +00:00
py-django-tagging
py-django-tastypie py-django-tastypie: updated to 0.14.2 2018-09-11 07:51:47 +00:00
py-django-treebeard py-django-treebeard: updated to 4.3 2018-04-17 07:19:00 +00:00
py-django2 py-django2: updated to 2.1.3 2018-11-02 09:52:18 +00:00
py-django14 Fix py-flup dependency 2018-09-05 08:22:17 +00:00
py-djangocms-admin-style py-djangocms-admin-style: updated to 1.2.8 2018-05-29 12:53:36 +00:00
py-djangocms-file Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-flash Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-googlemap Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-inherit Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-picture Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-style Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-teaser Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangocms-text-ckeditor
py-djangocms-video Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-djangorestframework py-djangorestframework: updated to 3.9.0 2018-10-23 07:57:05 +00:00
py-drf-nested-routers py-drf-nested-routers: updated to 0.91 2018-10-11 10:23:32 +00:00
py-feedgen Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
py-feedgenerator Updated www/py-feedgenerator to 1.9. 2017-02-03 09:47:12 +00:00
py-filebrowser_safe py-filebrowser_safe: updated to 0.5.0 2018-10-26 09:23:31 +00:00
py-flask py-flask: remove patch that is not in distinfo 2018-07-26 07:34:03 +00:00
py-flask-admin py-flask-admin: updated to 1.5.2 2018-10-03 11:48:14 +00:00
py-flask-assets Update py-flask-assets to 0.12. 2017-01-17 15:13:59 +00:00
py-flask-babel py-flask-babel: update to 0.11.2 2017-10-23 15:33:03 +00:00
py-flask-babelex Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-bootstrap py-flask-bootstrap: update to 3.3.7.1 2017-10-23 15:27:19 +00:00
py-flask-cache Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-common Add py27-flask-common-0.2.0: 2017-09-29 21:29:01 +00:00
py-flask-debugtoolbar Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-flatpages Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-frozen Update py-flask-frozen to 0.15. 2017-08-01 18:30:02 +00:00
py-flask-limiter py-flask-limiter: updated to 1.0.1 2018-01-03 07:46:56 +00:00
py-flask-login py-flask-login: updated to 0.4.1 2017-12-12 09:38:54 +00:00
py-flask-mail Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-principal Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-rest py-flask-rest: updated to 1.3 2018-01-02 10:36:19 +00:00
py-flask-script py-flask-script: update to 2.0.6 2017-10-02 13:51:13 +00:00
py-flask-security Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-flask-sqlalchemy py-flaks-sqlalchemy: updated to 2.3.2 2017-12-12 09:53:24 +00:00
py-flask-sslify Reset maintainer 2017-09-16 19:26:41 +00:00
py-flask-testing py-flask-testing: updated to 0.7.1 2018-01-05 08:22:32 +00:00
py-flask-uploads Update py-flask-uploads to 0.2.1. 2017-02-22 21:05:21 +00:00
py-flask-user Fix path to py-bcrypt. 2018-01-07 21:02:49 +00:00
py-flask-webpack Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-flask-wtf Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-flup py-flup: updated to 1.0.3 2018-09-05 08:18:23 +00:00
py-FormEncode py-FormEncode: updated to 1.3.1 2017-10-27 15:47:31 +00:00
py-furl py-furl: updated to 1.2.1 2018-09-24 10:10:31 +00:00
py-gdata extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-genshi
py-google-api-python-client py-google-api-python-client: update to 1.7.4. 2018-08-16 12:40:09 +00:00
py-google-apitools py-google-apitools: updated to 0.5.24 2018-10-07 11:18:46 +00:00
py-graphite-web extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-grappelli_safe py-grappelli_safe: updated to 0.5.1 2018-10-26 09:24:14 +00:00
py-gunicorn py-gunicorn: updated to 19.9.0 2018-07-04 03:43:12 +00:00
py-h2 3.0.1: 2017-06-21 09:57:57 +00:00
py-h11 py-h11: updated to 0.8.1 2018-05-14 08:05:12 +00:00
py-HTMLgen extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-http-parser Reset maintainer 2017-09-16 19:26:41 +00:00
py-http_ece www/py-http_ece: Import http_ece-1.0.5 2018-07-31 16:44:21 +00:00
py-httpbin py-httpbin: updated to 0.7.0 2018-05-12 08:19:51 +00:00
py-httpie py-httpie: updated to 0.9.9 2018-05-02 07:29:16 +00:00
py-httplib2 py-httplib2: updated to 0.11.3 2018-04-02 13:03:50 +00:00
py-httptools py-httptools: updated to 0.0.11 2018-04-03 17:59:31 +00:00
py-hyperframe 5.1.0: 2017-06-21 09:54:58 +00:00
py-hyperlink Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
py-idna py-idna: updated to 2.7 2018-06-13 06:39:12 +00:00
py-idna_ssl Unbreak scan stage. 2018-08-28 13:44:00 +00:00
py-jonpy extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-landslide Improve syntax of dependencies in www/py-landslime 2017-02-26 15:39:59 +00:00
py-livereload py-livereload: fix binary name, use ALTERNATIVES 2018-08-31 10:02:00 +00:00
py-MechanicalSoup py-MechanicalSoup: updated to 0.10.0 2018-08-02 15:39:31 +00:00
py-mechanize py-mechanize: updated to 0.3.7 2018-10-26 08:09:29 +00:00
py-meinheld py-meinheld: Add upstream pull request link to patches. 2017-11-28 12:47:28 +00:00
py-meld3 Import py-meld3-1.0.2 as www/py-meld3. 2017-04-28 14:49:30 +00:00
py-mezzanine py-mezzanine: updated to 4.3.1 2018-10-26 09:27:09 +00:00
py-mod_wsgi py-mod_wsgi: updated to 4.6.4 2018-04-14 09:34:15 +00:00
py-model_mommy py-model_mommy: updated to 1.6.0 2018-07-04 09:07:45 +00:00
py-moin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
py-nbconvert py-nbconvert: update to 5.3.1 2017-10-17 18:31:40 +00:00
py-nbformat py-nbformat: update to 4.4.0 2017-10-17 18:30:02 +00:00
py-nevow py-nevow: updated to 0.14.4 2018-06-19 12:12:25 +00:00
py-notebook www/py-notebook: Use PLIST.py3x instead of defining new one 2018-05-11 19:46:36 +00:00
py-parsel py-parsel: updated to 1.5.0 2018-07-09 06:17:14 +00:00
py-paste py-paste: updated to 3.0.4 2018-11-05 18:07:53 +00:00
py-PasteDeploy Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PasteScript Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-pelican Follow some redirects. 2017-09-03 08:53:04 +00:00
py-pendrell extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-pylint-django py-pylint-django: 2.0.2 2018-08-27 11:18:35 +00:00
py-pystache Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-python-digest extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-python-mimeparse Reset maintainer 2017-09-16 19:26:41 +00:00
py-python3-digest Reset maintainer 2017-09-16 19:26:41 +00:00
py-pywebdav extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-raven py-raven: updated to 6.9.0 2018-09-06 13:48:37 +00:00
py-recaptcha extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-robobrowser robobrowser: Fix patch-robobrowser_helpers.py for non-3.7 Python-s 2018-10-12 23:17:34 +00:00
py-Routes Release 2.4.0: 2017-07-11 09:22:02 +00:00
py-rss2gen Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
py-sanic py-sanic: updated to 0.8.3 2018-09-14 07:36:46 +00:00
py-scgi extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-scrapy py-scrapy: updated to 1.5.1 2018-08-14 06:56:39 +00:00
py-selenium py-selenium: Skip Linux shared libraries for SSP checks too. 2018-10-19 15:24:50 +00:00
py-simpletal extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-sparqlwrapper py-sparqlwrapper: update to 1.8.0 2017-10-07 11:14:42 +00:00
py-static Changes 1.1.1: 2017-02-14 07:35:06 +00:00
py-swiftclient py-swiftclient: BUILD_DEPENDS on py-pbr 2018-09-27 22:29:32 +00:00
py-swish-e extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-terminado py-terminado: updated to 0.8.1 2017-12-01 08:56:12 +00:00
py-test-django py-test-django: updated to 3.4.4 2018-11-14 09:10:45 +00:00
py-test-httpbin py-test-httpbin: updated HOMEPAGE; removed unused DEPENDS 2018-05-23 10:59:08 +00:00
py-tornado py-tornado: updated to 5.1.1 2018-09-17 10:15:39 +00:00
py-trytond-web-user Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-webdav extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-twill extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-uliweb extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-urllib3 py-urllib3: updated to 1.24.1 2018-11-04 22:13:40 +00:00
py-URLObject py-URLObject: update to 2.4.3 2017-09-28 04:58:47 +00:00
py-uwsgi py-uwsgi: updated to 2.0.17.1 2018-08-10 07:18:29 +00:00
py-uwsgitop py-uwsgitop: update to 0.10 2017-09-30 09:29:44 +00:00
py-w3lib py-w3lib: updated to 1.19.0 2018-01-26 08:06:07 +00:00
py-waitress py-waitress: update to 1.1.0 2017-10-16 12:07:24 +00:00
py-webassets Update py-webassets to 0.12.1. 2017-01-17 15:13:20 +00:00
py-webcolors Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-WebOb py-WebOb: updated to 1.8.2 2018-07-26 10:38:12 +00:00
py-webpy extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-websocket-client py-websocket-client: updated to 0.54.0 2018-11-06 14:33:26 +00:00
py-websockets py-websockets: updated to 7.0 2018-11-06 14:31:48 +00:00
py-WebTest py-WebTest: updated to 2.0.30 2018-07-26 10:47:47 +00:00
py-werkzeug py-werkzeug: updated to 0.14.1 2018-04-18 07:37:33 +00:00
py-werkzeug-docs Version 0.12.2 2017-05-31 08:24:38 +00:00
py-whitenoise py-whitenoise: updated to 4.1 2018-10-11 10:55:56 +00:00
py-WSGIProxy2 A WSGI Proxy with various http client backends. 2017-07-11 09:15:49 +00:00
py-wsproto Added "python" to CATEGORIES 2018-02-27 06:57:26 +00:00
py-wstools py-wstools: added version 0.4.8 2018-04-12 10:24:34 +00:00
py-wtforms py-wtforms: Update to 2.2.1. 2018-11-12 12:25:51 +00:00
py-wtforms-alchemy Reset maintainer 2017-09-16 19:26:41 +00:00
py-wtforms-components Reset maintainer 2017-09-16 19:26:41 +00:00
py-wtforms-recaptcha Reset maintainer 2017-09-16 19:26:41 +00:00
py-wtforms-test Reset maintainer 2017-09-16 19:26:41 +00:00
py-yarl py-yarl: removed unused include 2018-09-07 09:29:21 +00:00
py-zope.proxy www/py-zope.proxy: add version 4.3.1 2018-10-28 15:07:27 +00:00
qDecoder
R-curl revbump after boost-libs update 2018-08-16 18:54:26 +00:00
raggle
ramaze
rekonq revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ruby-actioncable51 www/ruby-actioncable51: update to 5.1.6 2018-09-23 18:35:13 +00:00
ruby-actionpack32 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-actionpack42 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-actionpack51 www/ruby-actionpack51: fix dependencies 2018-10-09 17:05:56 +00:00
ruby-actionview42 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-actionview51 www/ruby-actionview51: fix COMMENT 2018-10-09 17:07:07 +00:00
ruby-activeresource32 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-borges Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-capybara www/ruby-capybara: update to 3.8.1 2018-09-24 16:03:42 +00:00
ruby-clearsilver Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ruby-coffee-rails32 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-compass
ruby-compass-core
ruby-compass-import-once
ruby-compass-susy-plugin
ruby-cookiejar
ruby-crass www/ruby-crass: update to 1.0.3 2018-05-06 02:25:43 +00:00
ruby-css-parser Update ruby-css-parser to 1.6.0. 2017-09-10 16:17:12 +00:00
ruby-cssmin Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-csspool
ruby-div
ruby-em-http-request Update ruby-em-http-request to 1.1.5. 2016-10-18 15:16:13 +00:00
ruby-em-websocket www/ruby-em-websocket: add missing dependency 2018-03-21 14:14:49 +00:00
ruby-erubis
ruby-faraday www/ruby-faraday: update to 0.15.3 2018-09-23 16:51:55 +00:00
ruby-faraday_middleware www/ruby-faraday_middleware: update to 0.12.2 2017-09-18 01:07:42 +00:00
ruby-faye-websocket Update ruby-faye-websocket 0.10.7. 2017-03-20 14:03:56 +00:00
ruby-fcgi
ruby-gnome2-webkit-gtk ruby-gnome2: update to 3.3.0. 2018-11-01 14:22:58 +00:00
ruby-gnome2-webkit-gtk2 ruby-gnome2: update to 3.3.0. 2018-11-01 14:22:58 +00:00
ruby-htmlsplit Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-http ruby-http: update to 3.3.0. 2018-04-29 14:58:29 +00:00
ruby-http-cookie Update ruby-http-cookie to 1.0.3. 2016-09-30 15:36:59 +00:00
ruby-http-form_data www/ruby-http-form_data: update to 2.1.1 2018-09-23 16:52:58 +00:00
ruby-http_parser.rb Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-http_router cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-httpclient Update ruby-httpclient to 2.8.3. 2017-03-20 15:51:33 +00:00
ruby-innate Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-jekyll ruby-jekyll: not for ruby22 2018-09-29 10:34:33 +00:00
ruby-jekyll-archives ruby-jekyll-archives: not for ruby22 2018-09-29 11:01:23 +00:00
ruby-jekyll-coffeescript www/ruby-jekyll-coffeescript: update to 1.1.1 2018-03-13 17:46:30 +00:00
ruby-jekyll-feed ruby-jekyll-feed: not for ruby22 2018-09-28 16:01:32 +00:00
ruby-jekyll-gist www/ruby-jekyll-gist: update to 1.5.0 2018-03-13 17:39:48 +00:00
ruby-jekyll-minima ruby-jekyll-minima: not for ruby22 2018-09-29 10:33:46 +00:00
ruby-jekyll-paginate
ruby-jekyll-sass-converter www/ruby-jekyll-sass-converter: update to 1.5.2 2018-03-13 17:08:37 +00:00
ruby-jekyll-seo-tag ruby-jekyll-seo-tag: not for ruby22 2018-09-28 16:00:39 +00:00
ruby-jekyll-watch www/ruby-jekyll-watch: update to 2.0.0 2018-03-13 17:14:44 +00:00
ruby-journey Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-jquery-rails Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-jsmin Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-liquid Update ruby-liquid to 4.0.0 required by puppet 4.10.4. 2017-06-21 13:46:36 +00:00
ruby-loofah www/ruby-loofah: update to 2.2.3 2018-11-01 16:11:45 +00:00
ruby-mechanize www/ruby-mechanize: update to 2.7.6 2018-09-23 16:53:58 +00:00
ruby-multipart-post Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-mustermann www/ruby-mustermann: update to 1.0.3 2018-09-23 16:55:04 +00:00
ruby-net-http-digest_auth Update ruby-net-http-digest_authto 1.4.1. 2017-03-20 15:53:07 +00:00
ruby-net-http-persistent Update ruby-net-http-persistent to 3.0.0. 2016-10-18 16:34:44 +00:00
ruby-ntlm-http Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-padrino www/ruby-padrino: start update of ruby-padrino to 0.14.3 2018-03-17 14:30:05 +00:00
ruby-padrino-admin www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-padrino-cache www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-padrino-contrib cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-padrino-core www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-padrino-gen www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-padrino-helpers www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-padrino-mailer www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-padrino-support www/ruby-padrino: update to 0.14.3 2018-03-17 14:39:09 +00:00
ruby-patron revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ruby-puma www/ruby-puma: update to 3.12.0 2018-09-23 16:55:59 +00:00
ruby-pygments.rb extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
ruby-rack cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-rack-cache www/ruby-rack-cache: update to 1.8.0 2018-09-23 17:03:33 +00:00
ruby-rack-contrib www/ruby-rack-contrib: fix dependency 2018-03-21 12:20:58 +00:00
ruby-rack-protection www/ruby-rack-protection: update to 2.0.4 2018-09-23 17:06:28 +00:00
ruby-rack-rewrite Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-rack-ssl
ruby-rack-test Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-rack14
ruby-rack15
ruby-rack16 Fix PLIST. 2017-06-04 14:37:01 +00:00
ruby-rails-deprecated_sanitizer lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-rails-html-sanitizer www/ruby-rails-html-sanitizer: update to 1.0.4 2018-03-23 14:06:32 +00:00
ruby-rails32 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-rails42 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-rails51 www/ruby-rails51: update to 5.1.6 2018-09-23 18:37:39 +00:00
ruby-raindrops Update ruby-raindrops to 0.19.0. 2017-09-10 16:20:33 +00:00
ruby-rest-client Update ruby-rest-client to 2.0.2. 2017-06-05 15:35:29 +00:00
ruby-robots www/ruby-robots: Import version 0.10.1 2018-04-12 15:44:33 +00:00
ruby-rouge www/ruby-rouge: update to 3.2.1 2018-09-23 16:57:00 +00:00
ruby-sass Update ruby-sass to 3.4.24. 2017-06-05 15:39:59 +00:00
ruby-sass-rails32 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-sawyer Update ruby-sawyer to 0.8.1. 2017-02-05 00:41:57 +00:00
ruby-selenium-webdriver www/ruby-selenium-webdriver: update to 3.14.0 2018-09-23 17:00:06 +00:00
ruby-sinatra www/ruby-sinatra: update to 2.0.4 with ruby-sinatra-contrib 2018-09-23 17:08:01 +00:00
ruby-sinatra-contrib www/ruby-sinatra: update to 2.0.4 with ruby-sinatra-contrib 2018-09-23 17:08:01 +00:00
ruby-staticmatic Make depends on www/ruby-rack16 instead of www/ruby-rack. 2017-06-05 03:26:39 +00:00
ruby-tag Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-unicorn www/ruby-unicorn: update to 5.4.1 2018-09-23 17:01:05 +00:00
ruby-url_mount www: allow use of ruby25 2018-01-08 22:09:48 +00:00
ruby-webrobots Follow some redirects. 2017-09-04 18:08:18 +00:00
ruby-websocket www/ruby-websocket: update to 1.2.8 2018-09-23 17:02:04 +00:00
ruby-websocket-driver www/ruby-websocket-driver: update to 0.7.0 2017-09-18 01:11:36 +00:00
ruby-websocket-extensions ruby-websocket-extensions: update to 0.1.3. 2018-02-18 05:46:58 +00:00
ruby-webunit Comment out dead sites. 2017-09-04 18:00:49 +00:00
sassc sassc: updated to 3.5.0 2018-03-08 08:51:05 +00:00
screws Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
seamonkey Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
seamonkey-l10n seamonkey: update to 2.49.4 2018-10-23 22:55:13 +00:00
serf serf: Fix build with scons-3.0. 2017-10-04 11:53:10 +00:00
shibboleth-sp revbump after boost-libs update 2018-08-16 18:54:26 +00:00
siege *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
sitecopy
snarf Follow some redirects. 2017-09-04 18:08:18 +00:00
snownews Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
SOGo revbump after boost-libs update 2018-08-16 18:54:26 +00:00
SOGo3 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
spawn-fcgi update MASTER_SITES 2016-12-18 18:31:28 +00:00
spdylay Depends on INT64_MAX to be available in pre-C++11 mode. 2017-02-18 13:57:06 +00:00
SpeedyCGI Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sqtop Reset maintainer 2017-09-16 19:26:41 +00:00
squid3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
squidanalyzer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
squidclamav Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
squidGuard Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
squidpurge Comment out dead sites. 2017-09-04 18:00:49 +00:00
squidview *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
squirm
surfraw Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
swiftsurf Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
swiggle *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
swill Make it accept --without-mpi. Fixes build. 2016-09-18 07:46:09 +00:00
swish-e Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tcl-cgi Sort PLIST files. 2018-01-01 22:29:15 +00:00
termtter Fix PLIST 2017-09-10 17:39:34 +00:00
thin Update thin to 1.7.2. 2017-09-10 16:19:05 +00:00
thoth Oops, more clean up for ruby-json dependency. 2017-06-17 05:07:11 +00:00
thoth-delicious Oops, more clean up for ruby-json dependency. 2017-06-17 05:08:29 +00:00
thttpd www/thttpd: acme.com now supports TLS. No distfiles change. 2018-08-06 15:54:38 +00:00
tidy tidy: Backport a patch from upstream to address CVE-2017-17497 2018-10-13 11:14:38 +00:00
tinyproxy tinyproxy: updated to 1.10.0 2018-10-12 13:57:46 +00:00
trac extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
trafficserver Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
typo3_62 Follow some redirects. 2017-09-03 08:53:04 +00:00
uhttpmock *: (belatedly) revbump for net/libsoup update 2018-10-24 21:11:45 +00:00
urlget
urlgrabber extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
varnish Listen on localhost by default. Patch from plluksie in joyent/pkgsrc#482. 2017-04-13 11:22:06 +00:00
viewvc *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
vimb Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
visitors Sort PLIST files. 2018-01-01 22:29:15 +00:00
w3 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
w3c-httpd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
w3m Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
w3m-img Updated w3m-img to 0.5.3.0.20161031. 2016-11-06 19:27:16 +00:00
waplet Sort PLIST files. 2018-01-01 22:29:15 +00:00
wApua Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wdg-validate Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
webalizer *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
webby Comment out dead sites. 2017-09-04 18:00:49 +00:00
webkit-gtk webkit-gtk: Add patches to fix the build on aarch64 2018-11-13 20:11:38 +00:00
webkit24-gtk *: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary. 2018-11-12 14:40:20 +00:00
webkit24-gtk3 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
weblint Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
webnew Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
websvn
weex Remove whitespace 2016-06-19 09:58:11 +00:00
whisker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiliki Fix HOMEPAGE 2016-06-19 09:51:52 +00:00
wmd
wml Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wordpress Update to 4.9.7 2018-07-07 02:55:25 +00:00
wslay wslay: updated to 1.1.0 2018-06-24 09:15:44 +00:00
www6to4 Comment out dead sites. 2017-09-06 10:40:25 +00:00
wwwcount Sort PLIST files. 2018-01-01 22:29:15 +00:00
wwwoffle Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
yahttp revbump after boost-libs update 2018-08-16 18:54:26 +00:00
yaws yaws: fix PLIST 2018-09-27 21:16:40 +00:00
z-push Fix build problem with PKG_DEVELOPER=YES. 2016-06-30 03:17:52 +00:00
zopeedit Comment out dead sites. 2017-09-06 10:40:25 +00:00
Makefile devel/Makefile: add and enable py-zope.proxy 2018-10-28 15:08:16 +00:00