pkgsrc/www
nia 315f8d37a1 gitea: Update to 1.10.0
Changes:

* BREAKING
  * Fix deadline on update issue or PR via API (#8698)
  * Hide some user information via API if user doesn't have enough permission (#8655) (#8657)
  * Remove legacy handling of drone token (#8191)
  * Change repo search to use exact match for topic search. (#7941)
  * Add pagination for admin api get orgs and fix only list public orgs bug (#7742)
  * Implement the ability to change the ssh port to match what is in the gitea config (#7286)
* SECURITY
  * Fix issue with user.fullname (#8903)
  * Ignore mentions for users with no access (#8395)
  * Be more strict with git arguments (#7715)
  * Extract the username and password from the mirror url (#7651)
  * reserve .well-known username (#7637)
* FEATURE
  * Org/Members: display 2FA members states + optimize sql requests (#7621)
  * SetDefaultBranch on pushing to empty repository (#7610)
  * Adds side-by-side diff for images (#6784)
  * API method to list all commits of a repository (#6408)
  * Password Complexity Checks  (#6230)
  * Add option to initialize repository with labels (#6061)
  * Add additional password hash algorithms (#6023)
* BUGFIXES
  * Allow to merge if file path contains " or \ (#8629) (#8771)
  * On windows set core.longpaths true (#8776) (#8786)
  * Fix 500 when edit hook (#8782) (#8789)
  * Fix Checkbox at RepoSettings Protected Branch (#8799) (#8801)
  * Fix SSH2 conditional in key parsing code (#8806) (#8810)
  * Fix commit expand button to not go to commit link (#8745) (#8825)
  * Fix new user form for non-local users (#8826) (#8828)
  * Fix to close opened io resources as soon as not needed (#8839) (#8846)
  * Fix edit content button on migrated issue content (#8877) (#8884)
  * Fix require external registration password (#8885) (#8890)
  * Fix password complexity check on registration (#8887) (#8888)
  * Update Github Migration Tests (#8896) (#8938) (#8945)
  * Enable punctuations ending mentions (#8889) (#8894)
  * Add Close() method to gogitRepository (#8901) (#8956)
  * Hotfix for review actions and notifications (#8965)
  * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)
  * Fix milestone close timestamp (#8728) (#8730)
  * Fix 500 when getting user as unauthenticated user (#8653) (#8663)
  * Fix 'New Issue Missing Milestone Comment' (#8678) (#8681)
  * Use AppSubUrl for more redirections (#8647) (#8651)
  * Add SubURL to redirect path (#8632) (#8634)
  * Fix template error on account page (#8562) (#8622)
  * Allow externalID to be UUID (#8551) (#8624)
  * Prevent removal of non-empty emoji panel following selection of duplicate (#8609) (#8623)
  * Update heatmap fixtures to restore tests (#8615) (#8616)
  * Ensure that diff stats can scroll independently of the diff (#8581) (#8621)
  * Webhook: set Content-Type for application/x-www-form-urlencoded (#8600)
  * Fix #8582 by handling empty repos (#8587) (#8594)
  * Fix bug on pull requests when transfer head repository (#8564) (#8569)
  * Add missed close in ServeBlobLFS (#8527) (#8542)
  * Ensure that GitRepo is set on Empty repositories (#8539) (#8541)
  * Fix migrate mirror 500 bug (#8526) (#8530)
  * Fix password complexity regex for special characters (#8524)
  * Prevent .code-view from overriding font on icon fonts (#8614) (#8627)
  * Allow more than 255 characters for tokens in external_login_user table (#8554)
  * Fix errors in create org UI regarding team access permission (#8506)
  * Fix bug on FindExternalUsersByProvider (#8504)
  * Create .ssh dir as necessary (#8486)
  * IsBranchExist: return false if provided name is empty (#8485)
  * Making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
  * Add check for empty set when dropping indexes during migration (#8471)
  * LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (#8455)
  * Ensure Request Body Readers are closed in LFS server (#8454)
  * Fix template bug on mirror repository setting page (#8438)
  * Fix migration v96 to keep issue attachments (#8435)
  * Update strk.kbt.io/projects/go/libravatar to latest (#8429)
  * Singular form for files that has only one line (#8416)
  * Check for either escaped or unescaped wiki filenames (#8408)
  * Allow users with explicit read access to give approvals (#8382)
  * Fix editor commit to new branch if PR disabled (#8375)
  * readd .markdown class to all markup renderers (#8357)
  * Upgrade xorm to v0.7.9 to fix some bugs (#8354)
  * Fix column name ambiguity in GetUserIssueStats() (#8347)
  * Change general form binding to gogs form (#8334)
  * Fix pull request commit status in user dashboard list (#8321)
  * Fix repo_admin_change_team_access always checked in org settings (#8319)
  * Update to github.com/lafriks/xormstore@v1.3.0 (#8317)
  * Show correct commit status in PR list (#8316)
  * Bugfix for image compare and minor improvements to image compare (#8289)
  * Update xorm (#8286)
  * Fix API for edit and delete release attachment (#8285)
  * Fix nil object access in some conditions when parsing cross references (#8281)
  * Fix label count (#8267)
  * Only show teams access for organization repositories on collaboration setting page (#8265)
  * Test more reserved usernames (#8263)
  * Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
  * Fix assets key on release webhook (#8253)
  * Allow registration when button is hidden (#8237)
  * Fix release API URL generation (#8234)
  * Fix milestone num_issues (#8221)
  * MS Teams webhook misses commit messages (#8209)
  * Fix data race (#8204)
  * Fix team user api (#8172)
  * Fix pull merge 500 error caused by git-fetch breaking behaviors (#8161)
  * Make show private icon when repo avatar set (#8144)
  * Add reviewers as participants (#8121)
  * Fix Go 1.13 private repository go get issue (#8112)
  * feat: highlight issue references with : (#8101)
  * Make AllowedUsers configurable in sshd_config (#8094)
  * Strict name matching for Repository.GetTagID() (#8074)
  * Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)
  * Add change title notification for issues (#8061)
  * [ssh] fix the config specification in the authorized_keys template (#8031)
  * Fix reading git notes from nested trees (#8026)
  * Fixes synchronize tags to releases for repository - makes sure we are only getting tag refs (#7990)
  * Fix adding default Telegram webhook (#7972)
  * Run CORS handler first for /api routes (#7967)
  * Abort synchronization from LDAP source if there is some error. (#7960)
  * Fix wrong sender when send slack webhook (#7918)
  * Fix bug when migrating a private repository (#7917)
  * Evaluate emojis in commit messages in list view (#7906)
  * Fix upload file type check (#7890)
  * lfs/lock: round locked_at timestamp to second (#7872)
  * fix non existent milestone with 500 error instead of 404 (#7867)
  * gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)
  * Fix duplicate call of webhook (#7821)
  * Enable switching to a different source branch when PR already exists (#7819)
  * Convert files to utf-8 for indexing (#7814)
  * Do not fetch all refs in pull-request compare (#7797)
  * Fix multiple bugs with statuses endpoints at API (#7785)
  * Restore functionality for early gits (#7775)
  * Fix Slack webhook fork message (#7774)
  * Rewrite existing repo units if setting is not included in api body (#7763)
  * Fix rename failed when rewrite public keys (#7761)
  * Fix approvals counting (#7757)
  * Add migration step to remove old repo_indexer_status orphaned records (#7746)
  * Fix repo_index_status lingering when deleting a repository (#7734)
  * Remove camel case tokenization from repo indexer (#7733)
  * Fix milestone completness calculation when migrating (#7725)
  * Regression: Include "executable" files in the index, as they are not necessarily … (#7718)
  * Fixes indexed repos keeping outdated indexes when files grow too large (#7712)
  * Skip non-regular files (e.g. submodules) on repo indexing (#7711)
  * Fix dropTableColumns sqlite implementation (#7710)
  * Update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
  * improve branches list performance and fix protected branch icon when no-login (#7695)
  * Correct wrong datetime format for git (#7689)
  * Move add to hook queue for created repo to outside xorm session. (#7675)
  * sugestion to use range .Branches (#7674)
  * Fix bug on migrating milestone from github (#7665)
  * hide delete/restore button on archived repos (#7658)
  * css: use flex to fix floating paginate (#7656)
  * Fix syntax highlight initialization (#7617)
  * Fix panic on push at - Merging pull request causes 500 error (#7615)
  * Make PKCS8, PEM and SSH2 keys work (#7600)
  * Fix mistake in arc-green.less split-diff css code. (#7587)
  * Handle ErrUserProhibitLogin in http git (#7586)
  * Fix bug create/edit wiki pages when code master branch protected (#7580)
  * Fixes Malformed URLs in API git/commits response (#7565)
  * Fix file header overflow in file and blame views (#7562)
  * Improve SSH key parser to handle newlines in keys (#7522)
  * Fix empty commits now showing in repo overview (#7521)
  * Fix repository's pull request count error (#7518)
  * Fix markdown invoke sequence (#7513)
  * Remove duplicated webhook trigger (#7511)
  * Update User.NumRepos atomically in createRepository (#7493)
  * Fix settings page of repo you aren't admin print error - Settings pages giving UnitType error message (#7482)
  * Fix redirection after file edit - Handles all redirects for Web UI File CRUD (#7478)
  * cmd/serv: actually exit after fatal errors (#7458)
  * Fix an issue with some pages throwing 'not defined' js exceptions (#7450)
  * fix Dropzone.js integration (#7445)
  * Fix regex for issues in commit messages (#7444)
  * Diff: Fix indentation on unhighlighted code (#7435)
  * Only show "New Pull Request" button if repo allows pulls (#7426)
  * Upgrade macaron/captcha to fix random error problem (#7407)
  * create class for inline positioned lists (#7393)
  * Fetch refs for successful testing for tag (#7388)
  * add missing template variable on organisation settings (#7385)
  * fix post parameter - on issue list - unset assignee (#7380)
  * fix/define autochecked checkboxes on issue list in firefox (#7320)
  * only return head: null if source branch was deleted (#6705)
* ENHANCEMENT
  * Add nofollow to sign in links (#8509)
  * vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)
  * Update milestone issues numbers when save milestone and other code improvements (#8411)
  * Add extra user information when migrating release (#8331)
  * Require overall success if no context is given for status check (#8318)
  * Transaction-aware retry create issue to cope with duplicate keys (#8307)
  * Change link on issue milestone (#8246)
  * Alwaywas return local url for users avatar (#8245)
  * Move some milestone functions to a standalone package (#8213)
  * Move create issue comment to comments package (#8212)
  * Disable max height property of comment textarea (#8203)
  * Add 'Mentioning you' group to /issues page (#8201)
  * oauth2 with remote Gitea (#8149)
  * Reference issues from pull requests and other issues (#8137)
  * Fix webhooks to use proxy from environment (#8116)
  * Add merged commit id on pull view when it's merged (#8062)
  * Add teams to repo on collaboration page. (#8045)
  * Update swagger to 0.20.1  (#8010)
  * Make link last commit massages in repository home page and commit tables (#8006)
  * Add API endpoint for accessing repo topics (#7963)
  * Include description in repository search (#7942)
  * Use gitea forked macaron (#7933)
  * Fix pull creation with empty changes (#7920)
  * Allow token as authorization for accessing attachments (#7909)
  * Retry create issue to cope with duplicate keys (#7898)
  * Move git diff codes from models to services/gitdiff (#7889)
  * migrate gplus to google oauth2 provider (#7885)
  * Remove unique filter from repo indexer analyzer. (#7878)
  * Detect delimiter in CSV rendering (#7869)
  * Import topics during migration (#7851)
  * Move CreateReview to modules/pull (#7841)
  * vendor: update pdf.js to v2.1.266 (#7834)
  * Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)
  * Add Ability for User to Customize Email Notification Frequency (#7813)
  * Move database settings from models to setting (#7806)
  * Display ui time with customize time location (#7792)
  * Implement webhook branch filter (#7791)
  * Restrict repository indexing by glob match (#7767)
  * Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756)
  * Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751)
  * deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)
  * Apply emoji on commit graph page (#7743)
  * Add a lot of extension to language mappings for syntax highlights (#7741)
  * Add SQL execution on log and indexes on table repository and comment (#7740)
  * Set DB connection error level to error (#7724)
  * Check commit message hashes before making links (#7713)
  * remove unnecessary fmt on generate bindata (#7706)
  * Fix specific highlighting (CMakeLists.txt ...) (#7686)
  * Add file status on API (#7671)
  * Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)
  * Provide links in commit summaries in commits table/view list (#7659)
  * Change length of some repository's columns (#7652)
  * Move commit repo action from models to repofiles package (#7645)
  * fix wrong email when use gitea as OAuth2 provider (#7640)
  * [Branch View] add download button (#7604)
  * Update to xorm@v0.7.4 (#7596)
  * use 403 instead of 401 for ErrUserProhibitLogin (#7591)
  * Removed unnecessary conversions (#7557)
  * Un-lambda base.FileSize (#7556)
  * Added missing error checks in tests (#7554)
  * Move create release from models to a standalone package (#7539)
  * Make default branch name link to default branch (#7519)
  * Added total count of contributions to heatmap (#7517)
  * Move mirror to a standalone package from models (#7486)
  * Move models.PushUpdate to repofiles.PushUpdate (#7485)
  * Include thread related headers in issue/coment mail (#7484)
  * Refuse merge until all required status checks success (#7481)
  * convert all js var to let/const (#7464)
  * Only create branches for opened pull requestes when migrating from github (#7463)
  * jQuery 3 (#7425)
  * Add notification placeholder (#7409)
  * Search Commits via Commit Hash (#7400)
  * Move status table to cron package (#7370)
  * wiki - page revisions list  (#7369)
  * Display original author and URL information when showing migrated issues/comments (#7352)
  * Refactor filetype is not allowed errors (#7309)
  * switch to use gliderlabs/ssh for builtin server (#7250)
  * Remove settting dependency on modules/session (#7237)
  * Move all mail related codes from models to services/mailer (#7200)
  * Support git.PATH entry in app.ini (#6772)
  * Support setting cookie domain (#6288)
  * Move migrating repository from frontend to backend (#6200)
  * Delete releases attachments if release is deleted (#6068)
* TRANSLATION
  * Latvian translation for home page (#8468)
  * Add home template italian translation (#8352)
  * fix misprint (#7452)
* BUILD
  * use go 1.13 (#8088)
* MISC
  * add file line count info on UI (#8396)
  * Make issues page left menu 100% width and add reponame as title attribute (#8359)
  * [arc-green] white on hover for active menu items (#8344)
  * Move ref (branch or tag) location on issue list page (#8157)
  * apply emoji on dashboard issue list labels (#8156)
  * 1148: Take up the full width when viewing the diff in split view. (#8114)
  * Display description of 'make this repo private' as help text, not as tooltip (#8097)
  * Fixes deformed emoji in pull request reviews (#8047)
  * Add strike to old header on comment (#8046)
  * Add tooltip for the visibility checkbox in /repo/create (#8025)
  * Update github.com/lafriks/xormstore and tidy up mod.go (#8020)
  * keep blame view buttons sequence consistent with normal view when view a file (#8007)
  * Use "Pull Request" instead of "Merge Request" (#8003)
  * Move line number to :before attr to hide from search on browser (#8002)
  * Changed black color to white for (read) number label on issue list page (#8000)
  * [Branch View] show "New Pull Request" Button only if posible (#7977)
  * Fix hook problem by only setting the git environment variables if we are passed them (#7854)
  * Prevent Commit Status and Message From Overflowing On Branch Page (#7800)
  * Fix global search result CSS, misc CSS tweaks (#7789)
  * Tweak label border CSS (#7739)
  * Fix create menu item widths (#7708)
  * [Branch View] Delete duplicate protection symbol (#7624)
  * [Branch View] Delete Table Header (#7622)
  * [Branch View] icons to buttons (#7602)
  * update js dependencies (#7462)
  * Add Extra Info to Branches Page (#7461)
  * Bump lodash from 4.17.11 to 4.17.14 (#7459)
  * wiki history improvements (#7391)
  * ui fixes - compare view and archieved repo issues (#7345)
  * dark theme scrollbars (#7269)
  * wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (#7243)
  * Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141)
2019-11-14 21:47:48 +00:00
..
adzap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
aipo Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
album Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
album_themes www: align variable assignments 2019-11-04 22:09:50 +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 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ap-authnz-crowd Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ap-mono www: align variable assignments 2019-11-04 22:09:50 +00:00
ap-php revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
ap-rpaf
ap2-auth-mellon www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-encoding www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-fcgid apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
ap2-jk www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-limitipconn Follow some redirects. 2019-06-24 10:36:50 +00:00
ap2-mkdir www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-passenger Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ap2-perl ap24-perl: update to 2.0.11. 2019-11-13 21:29:25 +00:00
ap2-python First step to make this buildable with python 3.7 2019-11-06 16:49:48 +00:00
ap2-subversion Update to 1.12.0 2019-05-27 16:10:07 +00:00
ap2-upload www: align variable assignments 2019-11-04 22:09:50 +00:00
ap2-xsendfile *: update email for fhajny 2018-12-15 21:12:18 +00:00
ap22-auth-ofba www: align variable assignments 2019-11-04 22:09:50 +00:00
ap22-authz-ldap *: update email for fhajny 2018-12-15 21:12:18 +00:00
ap22-dnssd www: align variable assignments 2019-11-04 22:09:50 +00:00
ap24-authnz-external Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
apache-roller
apache-tomcat6
apache-tomcat7 Update to 7.0.93 2019-03-26 20:56:23 +00:00
apache-tomcat8 Update to 8.0.53 2018-07-25 21:20:02 +00:00
apache-tomcat9 Update to 9.0.26 2019-10-04 13:54:43 +00:00
apache-tomcat55
apache-tomcat85 Update to 8.5.46 2019-10-02 07:46:52 +00:00
apache24 www: align variable assignments 2019-11-04 22:09:50 +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 www: align variable assignments 2019-11-04 22:09:50 +00:00
aws-demos www: align variable assignments 2019-11-04 22:09:50 +00:00
awstats Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bannerfilter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bins Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bkedit
bluefish www: align variable assignments 2019-11-04 22:09:50 +00:00
blur6ex
bozohttpd update to bozohttpd 20190228. changes include: 2019-06-11 09:41:01 +00:00
browser-bookmarks-menu www: align variable assignments 2019-11-04 22:09:50 +00:00
c-icap c-icap: reorder lines to unconfuse pkglint. 2019-10-14 11:43:19 +00:00
c-icap-modules www: align variable assignments 2019-11-04 22:09:50 +00:00
cadaver cadaver: comment out dead sites 2017-11-26 10:41:01 +00:00
caddy www: align variable assignments 2019-11-04 22:09:50 +00:00
calamaris Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
camping
cgic
cgicc 3.2.19: 2017-08-18 21:56:41 +00:00
cgilib www: align variable assignments 2019-11-04 22:09:50 +00:00
cgit Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
checkbot Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cherokee Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
clearsilver www: align variable assignments 2019-11-04 22:09:50 +00:00
clearsilver-base Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cliqz cliqz: Update to 1.29.3 2019-10-17 00:24:51 +00:00
clisp-fastcgi Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
contao www/contao: clean up 2019-04-09 13:07:42 +00:00
contao35 www: align variable assignments 2019-11-04 22:09:50 +00:00
cppcms PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
crawl *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
cronolog www: align variable assignments 2019-11-04 22:09:50 +00:00
curl curl: Update to 7.67.0 2019-11-06 09:17:29 +00:00
cvsweb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
dansguardian Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
davical www: align variable assignments 2019-11-04 22:09:50 +00:00
deforaos-surfer *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
dillo www: align variable assignments 2019-11-04 22:09:50 +00:00
drivel www: align variable assignments 2019-11-04 22:09:50 +00:00
drraw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
drupal7 www: align variable assignments 2019-11-04 22:09:50 +00:00
drupal8 www: align variable assignments 2019-11-04 22:09:50 +00:00
e2guardian www: align variable assignments 2019-11-04 22:09:50 +00:00
elinks www: align variable assignments 2019-11-04 22:09:50 +00:00
eliom www: align variable assignments 2019-11-04 22:09:50 +00:00
emacs-w3m www: align variable assignments 2019-11-04 22:09:50 +00:00
emacs-w3m-snapshot (www/emacs-w3m-snapshot) Fix build, add buildlink3 of semi, and new patch for load-path 2019-10-31 22:41:44 +00:00
epiphany www: align variable assignments 2019-11-04 22:09:50 +00:00
epiphany-extensions *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
fcgi Sort PLIST files. 2018-01-01 22:29:15 +00:00
fcgiwrap fcgiwrap: Appease -Werror=implicit-fallthrough. 2018-11-28 16:06:35 +00:00
fengoffice www: align variable assignments 2019-11-04 22:09:50 +00:00
ffproxy
firefox Fix build with lang/rust-1.39.0 with upstream patch, bump PKGREVISION 2019-11-12 12:31:16 +00:00
firefox-l10n www: align variable assignments 2019-11-04 22:09:50 +00:00
firefox52 *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
firefox52-l10n www: align variable assignments 2019-11-04 22:09:50 +00:00
firefox60 *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
firefox60-l10n www: align variable assignments 2019-11-04 22:09:50 +00:00
firefox68 *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
firefox68-l10n Update to 68.2.0 2019-11-05 17:15:56 +00:00
gallery www: align variable assignments 2019-11-04 22:09:50 +00:00
gallery2 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ganglia-webfrontend www: align variable assignments 2019-11-04 22:09:50 +00:00
geckodriver geckodriver: update to 0.24.0 2019-07-22 23:48:31 +00:00
geeklog all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
gitea gitea: Update to 1.10.0 2019-11-14 21:47:48 +00:00
gitweb git: updated to 2.23.0 2019-08-20 13:00:02 +00:00
gnurl www/gnurl: Update to 7.66.0 2019-09-13 15:48:50 +00:00
go-ace Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-cssmin www: align variable assignments 2019-11-04 22:09:50 +00:00
go-fasthttp Add www/go-fasthttp version 1.6.0 2019-11-06 12:32:28 +00:00
go-gogs-client Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-gohtml www: align variable assignments 2019-11-04 22:09:50 +00:00
go-libsass Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-minify Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-mux Add www/go-mux version 1.7.3 2019-11-06 13:35:18 +00:00
go-parse Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-spritewell Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-tocss Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-toml-burntsushi Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-toml-pelletier Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-urlesc Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-webhooks Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
goaccess www: align variable assignments 2019-11-04 22:09:50 +00:00
grafana Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
gtkasp2php www: align variable assignments 2019-11-04 22:09:50 +00:00
gtkhtml314 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gwt
h2o Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
haskell-cgi
heel www/heel: update to 3.2.1 2018-12-17 15:11:47 +00:00
hiawatha Sort PLIST files. 2018-01-01 22:29:15 +00:00
horde www: align variable assignments 2019-11-04 22:09:50 +00:00
hs-HTTP
htdavlock Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
htdig htdig: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:33:26 +00:00
htmlcxx htmlcxx: Fix build on NetBSD 9.99.17 2019-10-25 10:29:04 +00:00
htmldoc www: align variable assignments 2019-11-04 22:09:50 +00:00
htmldoc-x11 www/htmldoc-x11: Update to 1.9.7 2019-10-18 11:07:37 +00:00
htmllint htmllint: comment out empty license 2019-10-09 13:32:23 +00:00
http-parser http-parser: update to 2.9.2. 2019-04-17 09:42:45 +00:00
http_load
hugo www: align variable assignments 2019-11-04 22:09:50 +00:00
ies4linux www: align variable assignments 2019-11-04 22:09:50 +00:00
ijb
ikiwiki www: align variable assignments 2019-11-04 22:09:50 +00:00
jalbum sun-jdk6, sun-jre6: remove 2019-05-02 08:36:09 +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 www: align variable assignments 2019-11-04 22:09:50 +00:00
kannel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
kdewebdev4 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
kdewebkit KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
khtml KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
kjs KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
kjsembed KDE Frameworks update to 5.64.0 2019-11-11 09:10:44 +00:00
kore www/kore: import kore-3.3.1. 2019-08-22 13:30:31 +00:00
lhs Comment out dead sites. 2017-08-16 20:45:30 +00:00
libecap
libghttp Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libgtkhtml *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libmediawiki Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libmicrohttpd www/libmicrohttpd: Update to 0.9.68 2019-10-26 17:58:34 +00:00
libmrss Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libproxy libproxy: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:28:27 +00:00
libpsl PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
librest www: align variable assignments 2019-11-04 22:09:50 +00:00
librest07 www: align variable assignments 2019-11-04 22:09:50 +00:00
libsass libsass: updated to 3.6.3 2019-11-04 12:56:39 +00:00
libwww Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
liferea *: recursive bump for webkit-gtk-2.26.0 2019-09-10 22:53:54 +00:00
lighttpd Fix reload of lighttpd config files 2019-11-13 11:53:29 +00:00
links links: update to 2.20.2. 2019-11-13 21:32:40 +00:00
links-gui links{,-gui}: Update to 2.20 2019-09-01 11:07:51 +00:00
litmus litmus: comment out dead sites. 2017-11-26 10:50:00 +00:00
llgal www: align variable assignments 2019-11-04 22:09:50 +00:00
loggerhead PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
logswan logswan: update to 2.1.1. 2019-10-31 10:45:34 +00:00
lua-curl lua-curl: Update to 0.3.11 2019-09-17 20:16:32 +00:00
lynx www: align variable assignments 2019-11-04 22:09:50 +00:00
make_album Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
matcha-sns apache22: remove, it was eol'd in June 2017 2018-01-01 10:23:04 +00:00
mediawiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
micro_httpd Updated www/micro_httpd to 20140814 2019-07-08 21:20:28 +00:00
midori *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
mimetex www: align variable assignments 2019-11-04 22:09:50 +00:00
mini_httpd Update mini_httpd to version 1.30 2019-11-12 18:39:46 +00:00
mknmz-wwwoffle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 www: align variable assignments 2019-11-04 22:09:50 +00:00
moodle www: align variable assignments 2019-11-04 22:09:50 +00:00
motyl www/motyl: import motyl-1.0.2. 2019-09-10 12:26:43 +00:00
mserv-php all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
nanoblogger
nanoblogger-extra
neon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
netscape www: align variable assignments 2019-11-04 22:09:50 +00:00
netsurf Fix crash in netsurf when surfing certain pages 2019-11-11 12:58:53 +00:00
nghttp2 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
nginx www: align variable assignments 2019-11-04 22:09:50 +00:00
nginx-devel nginx-devel: updated to 1.17.4 2019-10-25 09:20:25 +00:00
nostromo www/nostromo: fixes for CVE-2019-16278 and CVE-2019-16279 2019-10-20 20:02:13 +00:00
ns-plugger-common
ns-remote
nsm Add www/nsm version 1.15 2019-10-22 10:34:34 +00:00
nspluginwrapper nspluginwrapper: Link with -lgthread-2.0 2019-09-24 17:33:50 +00:00
ocaml-cohttp www: align variable assignments 2019-11-04 22:09:50 +00:00
ocaml-curl www: align variable assignments 2019-11-04 22:09:50 +00:00
ocaml-http Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-uri www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen-i18n www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen-start www: align variable assignments 2019-11-04 22:09:50 +00:00
ocsigen-toolkit Updated www/ocsigen-toolkit to version 2.1.0. 2019-05-13 11:59:04 +00:00
opera www: align variable assignments 2019-11-04 22:09:50 +00:00
otter-browser Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
p5-Alien-GvaScript Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Any-URI-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-HTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-AnyEvent-HTTPD www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-AnyEvent-ReverseHTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-SCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-ASP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-DBILogConfig Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-DBILogger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Filter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Gallery Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-LogFormat-Compiler Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Session-SharedMem p5-Apache-Session-SharedMem: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:22:15 +00:00
p5-Apache-Session-Wrapper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-SSI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-Test Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache2-AuthCASSimple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache2-AuthCookie Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache2-AuthCookieDBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-Nopaste www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Captcha-reCAPTCHA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Captcha-reCAPTCHA-Mailhide Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Action-RenderView www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Action-REST www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Authentication-Credential-HTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Authentication-Store-Htpasswd www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Component-InstancePerContext Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Controller-BindLex www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Controller-FormBuilder www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Controller-HTML-FormFu www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Devel www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-DispatchType-Regex www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Engine-HTTP-Prefork Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Engine-JobQueue-POE www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Engine-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Manual www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Model-Adaptor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Model-File www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Authentication www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Authorization-ACL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-AutoRestart Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-ConfigLoader www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-I18N Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-RequireSSL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Server Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Session-State-Cookie www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-Session-Store-File www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-Plugin-StackTrace Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-Static-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Plugin-StatusMessage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Runtime www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-View-Jemplate www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Catalyst-View-JSON Update to 0.37 2019-10-04 02:46:24 +00:00
p5-Catalyst-View-Mason Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-View-TT www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CatalystX-Component-Traits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-Controller-REST Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-View-Excel www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CatalystX-CRUD-YUI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CatalystX-LeakChecker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Ajax Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-Plugin-DBH Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-Plugin-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-Plugin-ValidateRM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Application-PSGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Compile www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Cookie-Splitter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Cookie-XS www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Emulate-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-FastTemplate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-FormBuilder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Kwiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Minimal Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-ProgressBar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Session Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Session-Driver-memcached Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Session-Plugin-Redirect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Session-Serialize-yaml Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CGI-Simple www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CGI-Struct Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Cookie-Baker www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Cookie-XS www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-CSS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CSS-Minifier-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CSS-Squish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CSS-Tiny www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Dancer www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Dancer-Session-Cookie www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Dancer2 www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Data-URIEncode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FCGI-Client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-FCGI-ProcManager Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Mork www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Handel www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Hijk Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-CalendarMonthSimple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Clean Update to 1.4 2019-10-04 00:02:53 +00:00
p5-HTML-Display Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Element-Extended Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Email-Obfuscate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Entities-Interpolate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-FillInForm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Form Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Format Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-FormFu www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-LinkExtractor Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Lint www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Mason Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Mason-PSGIHandler www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-PrettyPrinter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Prototype www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Prototype-Useful www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Quoted Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Restrict Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-RewriteAttributes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Scrubber Update to 0.19 2019-10-04 00:08:54 +00:00
p5-HTML-Selector-XPath www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-SimpleParse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-StickyQuery Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Stream www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Strip Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-StripScripts Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-StripScripts-Parser www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-Table Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-TableExtract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Tagset Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template-Compiled Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template-Expr Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Template-Pro Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-TokeParser-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-Tree Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-TreeBuilder-LibXML www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-TreeBuilder-XPath www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTML-WikiConverter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTML-WikiConverter-DokuWiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTMLObject www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Async Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Body Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Cache-Transparent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-CookieJar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-CookieMonster Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Cookies Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Daemon Update to 6.06 2019-08-31 13:32:26 +00:00
p5-HTTP-Date www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-DAV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Entity-Parser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-GHTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-HeaderParser-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Headers-Fast Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Lite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Message Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-MultiPartParser Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Negotiate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-OAI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Parser www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Parser-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Proxy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Request-AsCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Request-Form Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Response-Encoding Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-EV www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Server-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Authen Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Kwiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Mason Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Server-Simple-Recorder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Server-Simple-Static Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Thin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Tiny Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Tiny-Mech www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-HTTP-Tiny-Multipart Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTP-Tinyish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-HTTPD-User-Manage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-I18N-AcceptLanguage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-JavaScript-Minifier-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-JavaScript-Value-Escape Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Jemplate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-JSON-RPC www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Kwiki Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Archive-Cvs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Archive-Rcs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-BreadCrumbs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Edit-RequireUserName Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Favorites Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-HtmlBlocks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Icons-Gnome Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-ModPerl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-NewPage Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Notify-Mail Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-PagePrivacy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-ParagraphBlocks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-PreformattedBlocks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-RecentChanges Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Revisions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Scode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Search Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Simple-Server-HTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-UserName Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-UserPreferences Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Users-Remote www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Kwiki-Weather Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Wikiwyg Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Kwiki-Zipcode Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-libapreq2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-libwww Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Authen-Negotiate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Authen-Wsse Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-ConsoleLogger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-MediaTypes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Online Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Protocol-https Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Protocol-Net-Curl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-Protocol-PSGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWP-UserAgent-Determined Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWPx-ParanoidAgent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-LWPx-TimedHTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MasonX-Request-WithApacheSession Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mojolicious www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Net-Curl Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
p5-Net-FastCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-HTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-ParallelUserAgent www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-App-Proxy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Handler-AnyEvent-SCGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Handler-SCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-Auth-Digest www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-ConsoleLogger www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-Debug Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-Deflater Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-File-Sass Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-Header Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-JSConcat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Plack-Middleware-MethodOverride www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-RemoveRedundantBody www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-ReverseProxy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-Session www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Middleware-Test-StashWarnings p5-Plack-Middleware-Test-StashWarnings: Add COMMENT 2019-09-16 00:11:10 +00:00
p5-Plack-Test-Agent www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Plack-Test-ExternalServer www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Pod-POM-Web www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-POE-Component-Server-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-POE-Component-Server-SimpleHTTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-POE-Component-Server-SOAP www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-POE-Filter-HTTP-Parser www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Reaction www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Role-REST-Client Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTML-Objects www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-HTMLx-Form-Related Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-URI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Router-Simple www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-SCGI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Session-Storage-Secure www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Starlet www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Starman www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-SVN-Web Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Task-Catalyst-Tutorial www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Task-CatInABox www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Tatsumaki www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Template-Extract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Generate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Multilingual Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Clickable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Clickable-Email Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Plugin-Subst www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Template-Provider-Encoding Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Stash-EscapeHTML www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Template-Stash-HTML-Entities Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Timer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Template-Toolkit p5-Template-Toolkit: updated to 2.29 2019-08-23 12:36:47 +00:00
p5-Template-Toolkit-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-HTTP-Server-Simple www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Test-LWP-UserAgent Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Declare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Mechanize Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-WWW-Mechanize-Catalyst www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Test-WWW-Mechanize-PSGI www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-Twiggy www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-URI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-db Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Escape-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Fetch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Find Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-FromHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Nested Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-Query Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-URI-ws www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-VRML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Web-Scraper www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WordPress-XMLRPC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Amazon-Wishlist Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-CSRF Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Curl Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
p5-WWW-Facebook-API Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Form-UrlEncoded Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Mechanize Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Mechanize-Cached www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Mechanize-FormFiller Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Mechanize-GZip www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Mechanize-Shell Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-WWW-Mechanize-Timed www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Pastebin-PastebinCom-Create www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Pastebin-RafbNet-Create www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-RobotRules www: align variable assignments 2019-11-04 22:09:50 +00:00
p5-WWW-Shorten www: align variable assignments 2019-11-04 22:09:50 +00:00
paros paros: fix HOMEPAGE, set LICENSE 2017-11-06 13:33:48 +00:00
passenger Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
pear-HTML_Common
pear-HTML_Select
pear-HTML_TreeMenu
pear-HTTP Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-HTTP_Request
pear-HTTP_Request2
php-apcu www/php-apcu: fix pkglint warnings and configure options 2019-11-02 12:54:38 +00:00
php-apcu4
php-apcu_bc www: align variable assignments 2019-11-04 22:09:50 +00:00
php-basercms www: align variable assignments 2019-11-04 22:09:50 +00:00
php-concrete5 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
php-curl Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
php-fpm *: update email for fhajny 2018-12-15 21:12:18 +00:00
php-glpi www: align variable assignments 2019-11-04 22:09:50 +00:00
php-http Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
php-http3 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
php-ja-wordpress Follow some redirects. 2017-09-03 08:53:04 +00:00
php-nextcloud Update to 17.0.0 2019-10-05 13:07:59 +00:00
php-owncloud Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
php-phalcon PHP_VERSIONS_ACCEPTED clean up 2018-12-15 17:05:29 +00:00
php-phrasea2 www: align variable assignments 2019-11-04 22:09:50 +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 Drop support for php70 2019-01-14 13:06:10 +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 www: align variable assignments 2019-11-04 22:09:50 +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
phraseanet phraseanet: move PHP_VERSIONS_ACCEPTED before inclusion of phpversion.mk 2018-02-21 12:24:44 +00:00
phraseanet-indexer www: align variable assignments 2019-11-04 22:09:50 +00:00
pound pound: Fix build with OpenSSL 1.1. 2019-09-09 09:08:07 +00:00
privoxy privoxy: Update to 3.0.28 2019-11-09 14:30:29 +00:00
pup Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
py-aiohttp py-aiohttp: updated to 3.6.2 2019-10-10 07:53:06 +00:00
py-aiohttp-cors py-aiohttp-cors: add version 0.7.0 2019-11-03 00:59:34 +00:00
py-asgiref py-asgiref: updated to 3.2.3 2019-10-31 08:25:02 +00:00
py-autobahn py-autobahn: updated to 19.10.1 2019-10-31 10:10:37 +00:00
py-beautifulsoup www: align variable assignments 2019-11-04 22:09:50 +00:00
py-beautifulsoup4 py-beautifulsoup4: updated to 4.8.1 2019-10-15 17:21:34 +00:00
py-betamax py-betamax: update to 0.8.1. 2018-04-17 10:45:05 +00:00
py-bleach py-bleach: updated to 3.1.0 2019-01-21 12:23:39 +00:00
py-blosxom www: align variable assignments 2019-11-04 22:09:50 +00:00
py-bottle py-bottle: updated to 0.12.17 2019-07-03 19:52:53 +00:00
py-cfscrape py-cfscrape: updated to 2.0.8 2019-09-17 08:34:43 +00:00
py-channels py-channels: updated to 2.3.1 2019-10-31 10:17:07 +00:00
py-cheroot py-cheroot: updated to 6.5.8 2019-09-18 20:23:12 +00:00
py-cherrypy py-cherrypy: updated to 18.2.0 2019-09-18 20:24:13 +00:00
py-cherrypy17 py-cherrypy17: updated to 17.4.0 2018-10-02 11:22:03 +00:00
py-clearsilver Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-ClientForm Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-cloudfiles www: align variable assignments 2019-11-04 22:09:50 +00:00
py-cookies Add py-cookies-2.2.1: 2017-09-29 14:33:38 +00:00
py-curl py-curl: update to 7.43.0.3. 2019-11-13 21:39:51 +00:00
py-daphne py-daphne: updated to 2.3.0 2019-05-06 10:24:25 +00:00
py-django py-django: updated to 1.11.26 2019-11-05 07:40:16 +00:00
py-django-admin-rangefilter py-django-admin-rangefilter: updated to 0.5.0 2019-08-27 09:41:16 +00:00
py-django-admin-sortable2 py-django-admin-sortable2: updated to 0.7.3 2019-08-27 09:44:17 +00:00
py-django-appconf
py-django-appmedia Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-django-celery-beat py-django-celery-beat: updated to 1.4.0 2019-01-07 12:59:35 +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.3 2018-11-20 17:13:32 +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.1 2019-03-10 15:28:24 +00:00
py-django-cors-headers py-django-cors-headers: updated to 3.1.1 2019-11-05 09:05:24 +00:00
py-django-countries py-django-countries: updated to 5.5 2019-11-05 09:08:09 +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.2.5 2019-10-21 11:33:42 +00:00
py-django-filer py-django-filer: mark as not for python-2.7 2019-05-14 06:21:42 +00:00
py-django-filter py-django-filter: updated to 2.1.0 2019-01-22 09:37:49 +00:00
py-django-formtools Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-django-import-export py-django-import-export: updated to 1.2.0 2019-01-10 09:26:32 +00:00
py-django-inline-ordering
py-django-js-asset py-django-js-asset: updated to 1.2.2 2019-02-21 16:25:13 +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.10.0 2019-05-13 15:58:44 +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 Mark as incompatible with Python 2.7 2019-11-14 17:34:28 +00:00
py-django-reversion py-django-reversion: updated to 2.0.13 2018-02-02 08:08:10 +00:00
py-django-sekizai
py-django-sortedm2m py-django-sortedm2m: added version 1.5.0 2018-03-05 13:59:47 +00:00
py-django-south
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-timezone-field Use https for github. 2019-07-03 07:19:03 +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.2.7 2019-11-05 07:44:24 +00:00
py-django14 www: align variable assignments 2019-11-04 22:09:50 +00:00
py-djangocms-admin-style py-djangocms-admin-style: updated to 1.3.0 2019-01-29 08:45:43 +00:00
py-djangocms-attributes-field py-djangocms-attributes-field: updated to 1.0.0 2018-12-13 21:20:38 +00:00
py-djangocms-audio Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-column py-djangocms-column: added version 1.9.0 2018-12-16 14:06:51 +00:00
py-djangocms-file Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-flash
py-djangocms-googlemap Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-icon py-djangocms-icon: added version 1.2.0 2018-12-16 14:05:36 +00:00
py-djangocms-inherit py-djangocms-inherit: updated to 0.2.2 2018-11-20 18:45:35 +00:00
py-djangocms-link py-djangocms-link: updated to 2.3.1 2018-12-22 09:16:33 +00:00
py-djangocms-picture Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangocms-style py-djangocms-style: updated to 2.1.0 2018-11-20 18:48:56 +00:00
py-djangocms-teaser
py-djangocms-text-ckeditor py-djangocms-text-ckeditor: updated to 3.7.0 2018-12-13 21:34:34 +00:00
py-djangocms-video Added PYTHON_VERSIONS_INCOMPATIBLE=27 2019-05-15 11:40:26 +00:00
py-djangorestframework py-djangorestframework: updated to 3.10.3 2019-11-14 17:27:15 +00:00
py-drf-nested-routers Mark as incompatible with Python 2.7 2019-11-14 17:34:28 +00:00
py-feedgen
py-feedgenerator
py-filebrowser_safe py-filebrowser_safe: updated to 0.5.0 2018-10-26 09:23:31 +00:00
py-flask py-flask: updated to 1.1.1 2019-07-13 09:28:58 +00:00
py-flask-admin py-flask-admin: updated to 1.5.4 2019-11-08 13:20:16 +00:00
py-flask-api py-flask-api: added version 1.1 2019-06-17 20:56:58 +00:00
py-flask-assets
py-flask-babel py-flask-babel: updated to 0.12.2 2018-12-14 08:52:22 +00:00
py-flask-babelex
py-flask-bootstrap py-flask-bootstrap: update to 3.3.7.1 2017-10-23 15:27:19 +00:00
py-flask-caching py-flask-caching: updated to 1.7.2 2019-05-29 20:40:56 +00:00
py-flask-common py-flask-common: updated to 0.3.0 2018-12-14 10:47:37 +00:00
py-flask-cors py-flask-cors: updated to 3.0.8 2019-06-10 08:55:42 +00:00
py-flask-debugtoolbar py-flask-debugtoolbar: updated to 0.10.1 2019-06-10 08:58:40 +00:00
py-flask-flatpages py-flask-flatpages: updated to 0.7.1 2019-05-19 08:05:47 +00:00
py-flask-frozen Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-jwt-extended py-flask-jwt-extended: updated to 3.24.1 2019-10-25 09:34:08 +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 Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-principal Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-rest py-flask-rest: updated to 1.3 2018-01-02 10:36:19 +00:00
py-flask-restful py-flask-restful: updated to 0.3.7 2018-12-21 21:06:30 +00:00
py-flask-restplus py-flask-restplus: updated to 0.13.0 2019-08-26 13:25:58 +00:00
py-flask-script py-flask-script: update to 2.0.6 2017-10-02 13:51:13 +00:00
py-flask-security Update the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-sqlalchemy py-flask-sqlalchemy: updated to 2.4.1 2019-11-08 13:21:52 +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 the Python HOMEPAGEs that I missed earlier. 2019-07-09 23:02:28 +00:00
py-flask-user py-flask-user: fix pasto in DEPENDS 2019-04-30 05:57:33 +00:00
py-flask-webpack Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-flask-wtf www: align variable assignments 2019-11-04 22:09:50 +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 2.1.0 2019-09-21 13:09:38 +00:00
py-gdata Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-genshi py-genshi: updated to 0.7.3 2019-08-26 15:11:46 +00:00
py-google-api-python-client py-google-api-python-client: updated to 1.7.11 2019-08-13 12:43:13 +00:00
py-google-apitools py-google-apitools: updated to 0.5.30 2019-07-02 10:08:19 +00:00
py-graphite-web www: align variable assignments 2019-11-04 22:09:50 +00:00
py-grappelli_safe py-grappelli_safe: updated to 0.5.2 2019-07-03 19:55:56 +00:00
py-gunicorn Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
py-h2
py-h11 py-h11: updated to 0.9.0 2019-05-31 17:37:17 +00:00
py-HTMLgen www: align variable assignments 2019-11-04 22:09:50 +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 1.0.3 2019-08-27 06:01:23 +00:00
py-httplib2 py-httplib2: updated to 0.14.0 2019-10-07 20:13:20 +00:00
py-httptools py-httptools: updated to 0.0.13 2019-03-25 08:56:23 +00:00
py-hyperframe py-hyperframe: updated to 5.2.0 2019-05-02 08:37:52 +00:00
py-hyperlink Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
py-idna py-idna: update to 2.8. 2018-12-10 11:03:10 +00:00
py-idna_ssl Unbreak scan stage. 2018-08-28 13:44:00 +00:00
py-ipywidgets py-ipywidgets: added version 7.5.1 2019-08-21 12:41:24 +00:00
py-jonpy Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-landslide py-landslide: updated to 1.1.6 2019-07-02 04:19:59 +00:00
py-livereload py-livereload: updated to 2.6.1 2019-05-31 17:34:34 +00:00
py-MechanicalSoup py-MechanicalSoup: updated to 0.11.0 2018-12-03 19:59:32 +00:00
py-mechanize py-mechanize: update to 0.4.4. 2019-11-13 21:41:21 +00:00
py-meinheld py-meinheld: updated to 1.0.1 2019-08-26 13:41:17 +00:00
py-meld3
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.7 2019-07-03 19:50:33 +00:00
py-model_mommy py-model_mommy: updated to 2.0.0 2019-11-14 18:30:10 +00:00
py-moin Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-nbconvert py-nbconvert: updated to 5.6.1 2019-11-08 13:13:45 +00:00
py-nbformat Use https for jupyter.org. 2019-07-22 08:42:49 +00:00
py-nevow py-nevow: updated to 0.14.4 2018-06-19 12:12:25 +00:00
py-notebook py-notebook: updated to 6.0.2 2019-11-08 13:15:37 +00:00
py-parsel py-parsel: updated to 1.5.2 2019-08-12 20:04:22 +00:00
py-paste py-paste: updated to 3.2.2 2019-10-16 10:14:34 +00:00
py-PasteDeploy py-PasteDeploy: updated to 2.0.1 2018-12-14 13:29:28 +00:00
py-PasteScript Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-pelican Switch sphinx to versioned deps. 2019-10-21 22:11:33 +00:00
py-purl py-purl: added version 1.5 2019-09-02 07:33:23 +00:00
py-pylint-django py-pylint-django: updated to 2.0.12 2019-11-05 07:46:47 +00:00
py-pystache Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-python-digest www: align variable assignments 2019-11-04 22:09:50 +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 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-raven py-raven: updated to 6.10.0 2019-02-18 11:44:22 +00:00
py-recaptcha www: align variable assignments 2019-11-04 22:09:50 +00:00
py-robobrowser Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
py-Routes
py-rss2gen
py-sanic Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-scgi www: align variable assignments 2019-11-04 22:09:50 +00:00
py-scrapy py-scrapy: updated to 1.7.3 2019-08-22 08:21:11 +00:00
py-selenium py-selenium: Skip Linux shared libraries for SSP checks too. 2018-10-19 15:24:50 +00:00
py-simpletal www: align variable assignments 2019-11-04 22:09:50 +00:00
py-soupsieve py-soupsieve: updated to 1.9.5 2019-11-13 20:42:23 +00:00
py-sparqlwrapper www: align variable assignments 2019-11-04 22:09:50 +00:00
py-static
py-swiftclient py-swiftclient: BUILD_DEPENDS on py-pbr 2018-09-27 22:29:32 +00:00
py-swish-e Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-terminado py-terminado: updated to 0.8.2 2019-04-04 07:26:25 +00:00
py-test-django py-test-django: updated to 3.7.0 2019-11-13 20:56:56 +00:00
py-test-httpbin py-test-httpbin: updated to 1.0.0 2019-02-18 11:47:11 +00:00
py-tornado Forget about Python 3.4 2019-05-02 09:27:09 +00:00
py-trytond-web-user Reset maintainer 2017-09-16 19:26:41 +00:00
py-trytond-webdav www: align variable assignments 2019-11-04 22:09:50 +00:00
py-twill www: align variable assignments 2019-11-04 22:09:50 +00:00
py-uliweb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-urllib3 py-urllib3: updated to 1.25.7 2019-11-13 06:59:32 +00:00
py-URLObject py-URLObject: update to 2.4.3 2017-09-28 04:58:47 +00:00
py-uwsgi py-uwsgi: fix build on SunOS 2019-05-05 17:55:34 +00:00
py-uwsgitop py-uwsgitop: updated to 0.11 2019-01-15 22:15:37 +00:00
py-w3lib py-w3lib: updated to 1.21.0 2019-08-12 20:03:01 +00:00
py-waitress py-waitress: updated to 1.3.1 2019-09-13 09:53:30 +00:00
py-webassets www: align variable assignments 2019-11-04 22:09:50 +00:00
py-webcolors Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-WebOb py-WebOb: updated to 1.8.5 2019-01-05 00:17:07 +00:00
py-webpy www: align variable assignments 2019-11-04 22:09:50 +00:00
py-websocket-client py-websocket-client: updated to 0.56.0 2019-03-21 10:18:14 +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.33 2019-02-15 13:01:22 +00:00
py-werkzeug py-werkzeug: updated to 0.16.0 2019-10-11 16:29:17 +00:00
py-werkzeug-docs py-werkzeug-docs: reflect dependency change 2019-11-14 05:25:43 +00:00
py-whitenoise py-whitenoise: updated to 4.1.4 2019-11-13 21:01:37 +00:00
py-WSGIProxy2 py-WSGIProxy2: updated to 0.4.6 2019-02-26 11:27:17 +00:00
py-wsproto py-wsproto: updated to 0.14.1 2019-05-31 20:57:05 +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 www: align variable assignments 2019-11-04 22:09:50 +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 Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-zope.proxy Use https for github. 2019-07-03 07:19:03 +00:00
qDecoder www: align variable assignments 2019-11-04 22:09:50 +00:00
R-curl (www/R-curl) Updated from 4.0 to 4.2 (also fix build on NetBSD/amd64 9.0_BETA) 2019-11-08 16:05:26 +00:00
R-gh R-gh: initial commit 2019-08-09 19:08:32 +00:00
R-htmlwidgets Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-httpuv Add a missing dependency on devel/R-BH. 2019-09-26 22:18:09 +00:00
R-httr R-httr: initial commit 2019-08-09 19:07:43 +00:00
R-miniUI R-miniUI: initial commit 2019-08-09 20:54:28 +00:00
R-shiny R-shiny: initial commit 2019-08-09 20:52:49 +00:00
R-shinyjs R-shinyjs: initial commit 2019-08-09 20:53:39 +00:00
raggle
ramaze
rekonq Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ruby-actioncable51 www/ruby-actioncable51: update to 5.1.6.2 2019-04-14 10:23:18 +00:00
ruby-actioncable52 www/ruby-actioncable52: update to 5.2.3 2019-04-14 10:33:01 +00:00
ruby-actionpack42 www/ruby-actionpack42: update to 4.2.11.1 2019-04-14 10:14:25 +00:00
ruby-actionpack51 www/ruby-actionpack51: update to 5.1.6.2 2019-04-14 10:22:51 +00:00
ruby-actionpack52 www/ruby-actionpack52: update to 5.2.3 2019-04-14 10:32:37 +00:00
ruby-actionview42 www/ruby-actionview42: update to 4.2.11.1 2019-04-14 10:13:39 +00:00
ruby-actionview51 www/ruby-actionview51: update to 5.1.6.2 2019-04-14 10:22:11 +00:00
ruby-actionview52 www/ruby-actionview52: update to 5.2.3 2019-04-14 10:31:52 +00:00
ruby-borges www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-capybara *: remove references to ruby 2.3 2019-04-15 06:11:32 +00:00
ruby-clearsilver Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ruby-coffee-rails www/ruby-coffee-rails: add package version 4.2.2 2019-03-03 15:45:40 +00:00
ruby-compass www/ruby-compass: update dependencies 2019-03-16 14:17:20 +00:00
ruby-compass-core www/ruby-compass-core: update dependency to ruby-sass34 2019-02-24 16:24:55 +00:00
ruby-compass-import-once www/ruby-compass-import-once: update dependency to ruby-sass34 2019-02-24 16:26:21 +00:00
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
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
ruby-fcgi
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
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
ruby-innate Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-jekyll www/ruby-jekyll: fix build problem with ruby24 2019-10-17 16:13:17 +00:00
ruby-jekyll-archives *: remove references to ruby 2.3 2019-04-15 06:11:32 +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 Update to 0.12.1 2019-10-05 04:52:16 +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 Update to 2.5.1 2019-10-05 05:05:54 +00:00
ruby-jekyll-paginate
ruby-jekyll-sass-converter Update to 2.0.1 2019-10-05 04:58:42 +00:00
ruby-jekyll-seo-tag Update to 2.6.1 2019-10-05 04:55:09 +00:00
ruby-jekyll-watch www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-jquery-rails www/ruby-jquery-rails: fix DEPENDS format 2019-03-05 22:35:31 +00:00
ruby-jsmin Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-liquid
ruby-loofah www/ruby-loofah: update to 2.3.1 2019-10-22 16:24:20 +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
ruby-net-http-persistent ruby-net-http-persistent: Adjust ruby-connection_pool dependency pattern 2019-07-08 16:26:39 +00:00
ruby-ntlm-http Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-padrino www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-admin www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-cache www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +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.4 2019-02-06 15:03:07 +00:00
ruby-padrino-gen www/ruby-padrino-gen: switch to depends on ruby-bundler1 2019-03-05 07:52:19 +00:00
ruby-padrino-helpers www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-mailer www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-padrino-support www/ruby-padrino: update to 0.14.4 2019-02-06 15:03:07 +00:00
ruby-patron Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
ruby-puma www/ruby-puma: update to 3.12.0 2018-09-23 16:55:59 +00:00
ruby-pygments.rb www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-rack www/ruby-rack: update to 2.0.6 2019-02-03 15:51:31 +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: update to 2.1.0 2019-02-03 15:57:27 +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 www/ruby-rack-test: fix dependency 2019-03-03 16:48:19 +00:00
ruby-rack-test06 www/ruby-rack-test06: re-add ruby-rack-test 0.6.3 2019-03-03 14:35:21 +00:00
ruby-rack14
ruby-rack16 www/ruby-rack16: update to 1.6.11 2019-02-03 15:53:03 +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-rails42 www/ruby-rails42: update to 4.2.11.1 2019-04-14 10:16:19 +00:00
ruby-rails51 www/ruby-rails51: update to 5.1.6.2 2019-04-14 10:25:59 +00:00
ruby-rails52 www/ruby-rails52: update to 5.2.3 2019-04-14 10:36:34 +00:00
ruby-raindrops Update ruby-raindrops to 0.19.0. 2017-09-10 16:20:33 +00:00
ruby-rest-client www: align variable assignments 2019-11-04 22:09:50 +00:00
ruby-robots Use https for github. 2019-07-03 07:19:03 +00:00
ruby-rouge www/ruby-rouge: update to 3.2.1 2018-09-23 16:57:00 +00:00
ruby-sass Use https for sass-lang.com. 2019-07-15 16:14:29 +00:00
ruby-sass-listen www/ruby-sass-listen: update dependency to ruby-rb-inotify 2019-03-16 14:14:48 +00:00
ruby-sass-rails www/ruby-sass-rails: add package version 5.0.7 2019-02-24 16:03:44 +00:00
ruby-sass34 Use https for sass-lang.com. 2019-07-15 16:14:29 +00:00
ruby-sassc www/ruby-sassc: import ruby26-sassc-2.2.1 2019-10-01 15:34:50 +00:00
ruby-sawyer
ruby-selenium-webdriver www/ruby-selenium-webdriver: update to 3.141.0 2019-01-20 14:59:32 +00:00
ruby-sinatra www/ruby-sinatra: update to 2.0.5 2019-02-06 14:54:35 +00:00
ruby-sinatra-contrib www/ruby-sinatra-contrib: drop dependency to activesupport 2019-03-03 17:36:06 +00:00
ruby-staticmatic
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-webkit-gtk ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +00:00
ruby-webkit-gtk2 ruby-gnome: Update to 3.4.1. 2019-10-19 08:25:17 +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 www: align variable assignments 2019-11-04 22:09:50 +00:00
sassc sassc: updated to 3.6.1 2019-07-01 19:15:02 +00:00
screws www: align variable assignments 2019-11-04 22:09:50 +00:00
seamonkey seamonkey: switch license to MPL-2.0 2019-11-12 18:12:49 +00:00
seamonkey-l10n seamonkey-l10n: Update to 2.49.5 2019-11-09 12:44:07 +00:00
serf self: catch up with scons update; support building with python 3 2019-01-02 17:25:05 +00:00
shibboleth-sp www: align variable assignments 2019-11-04 22:09:50 +00:00
siege www: align variable assignments 2019-11-04 22:09:50 +00:00
sitecopy sitecopy: broken with openssl 1.1, disable ssl configure option 2019-09-09 08:39:15 +00:00
snarf Follow some redirects. 2017-09-04 18:08:18 +00:00
snownews snownews: Needs pkg-config 2019-09-20 09:22:06 +00:00
SOGo www: align variable assignments 2019-11-04 22:09:50 +00:00
SOGo4 www: align variable assignments 2019-11-04 22:09:50 +00:00
spawn-fcgi spawn-fcgi: Update to 1.6.4 2019-10-06 13:10:39 +00:00
spdylay
SpeedyCGI www: align variable assignments 2019-11-04 22:09:50 +00:00
sqtop Reset maintainer 2017-09-16 19:26:41 +00:00
squid3 www: align variable assignments 2019-11-04 22:09:50 +00:00
squidanalyzer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
squidclamav Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
squidGuard www: align variable assignments 2019-11-04 22:09:50 +00:00
squidpurge Comment out dead sites. 2017-09-04 18:00:49 +00:00
squidview www: align variable assignments 2019-11-04 22:09:50 +00:00
squirm
stagit www/stagit: import stagit-0.9.2. 2019-06-19 10:04:58 +00:00
surfraw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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
swish-e Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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
thoth-delicious
thttpd www: align variable assignments 2019-11-04 22:09:50 +00:00
tidy tidy: Backport a patch from upstream to address CVE-2017-17497 2018-10-13 11:14:38 +00:00
tinyproxy all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
trac Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
trafficserver Fix sphinx-build binary name 2019-10-21 22:15:10 +00:00
tscrape tscrape: Update to 0.3 2019-08-18 16:00:12 +00:00
typo3_62 www: align variable assignments 2019-11-04 22:09:50 +00:00
uhttpmock *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
urlget
urlgrabber Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
varnish PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
viewvc Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
vimb *: recursive bump for webkit-gtk-2.26.0 2019-09-10 22:53:54 +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 www: align variable assignments 2019-11-04 22:09:50 +00:00
w3m www: align variable assignments 2019-11-04 22:09:50 +00:00
w3m-img
waplet Sort PLIST files. 2018-01-01 22:29:15 +00:00
wApua Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wdg-validate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
webalizer all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
webby Comment out dead sites. 2017-09-04 18:00:49 +00:00
webkit-gtk webkit-gtk: Update to 2.26.2 2019-11-06 22:47:38 +00:00
webkit24-gtk webkit24-gtk: Make Mesa dependency explicit 2019-11-10 21:44:38 +00:00
webkit24-gtk3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
weblint Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
webnew Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
websvn all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
weex
whisker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiliki
wmd
wml www: align variable assignments 2019-11-04 22:09:50 +00:00
wordpress Maintenance and security update to version 5.2.4. 2019-10-23 07:25:20 +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 www: align variable assignments 2019-11-04 22:09:50 +00:00
yahttp Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
yaws Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
z-push www: align variable assignments 2019-11-04 22:09:50 +00:00
zopeedit PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
Makefile Add www/go-mux version 1.7.3 2019-11-06 13:35:18 +00:00