pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Take over maintainership. ok youri@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d27516b4acb5
branches:  trunk
changeset: 364294:d27516b4acb5
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Jun 23 14:05:19 2017 +0000

description:
Take over maintainership. ok youri@
Swap back to the latest stable branch.

diffstat:

 devel/arcanist/Makefile    |  11 ++++++-----
 devel/arcanist/distinfo    |  10 +++++-----
 devel/libphutil/Makefile   |   9 +++++----
 devel/libphutil/PLIST      |   3 +--
 devel/libphutil/distinfo   |  10 +++++-----
 devel/phabricator/Makefile |   9 +++++----
 devel/phabricator/PLIST    |  28 ++--------------------------
 devel/phabricator/distinfo |  10 +++++-----
 8 files changed, 34 insertions(+), 56 deletions(-)

diffs (247 lines):

diff -r f8856b852953 -r d27516b4acb5 devel/arcanist/Makefile
--- a/devel/arcanist/Makefile   Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/arcanist/Makefile   Fri Jun 23 14:05:19 2017 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2017/06/22 12:49:52 youri Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/23 14:05:19 roy Exp $
 
-DISTNAME=              arcanist-20170225
+DISTNAME=              arcanist-20170609
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=phacility/}
+# Track the stable branch
 GITHUB_PROJECT=                arcanist
-GITHUB_TAG=            c04f141ab0231e593a513356b3832a30f9404627
+GITHUB_TAG=            0c53a35d30e924f902510eb2e497ae5934209304
 
-MAINTAINER=            youri%NetBSD.org@localhost
+MAINTAINER=            roy%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/phacility/arcanist/
 COMMENT=               Command line interface for Phabricator
 LICENSE=               apache-2.0
 
 EXTRACT_USING=         bsdtar
-USE_TOOLS+=            bash bsdtar pax
+USE_TOOLS+=            bsdtar pax
 
 DEPENDS+=              ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
 DEPENDS+=              ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
diff -r f8856b852953 -r d27516b4acb5 devel/arcanist/distinfo
--- a/devel/arcanist/distinfo   Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/arcanist/distinfo   Fri Jun 23 14:05:19 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/06/22 12:49:52 youri Exp $
+$NetBSD: distinfo,v 1.5 2017/06/23 14:05:19 roy Exp $
 
-SHA1 (arcanist-20170225-c04f141ab0231e593a513356b3832a30f9404627.tar.gz) = c2a3beeb7d272578b3d9db456c440728fa5d5fe3
-RMD160 (arcanist-20170225-c04f141ab0231e593a513356b3832a30f9404627.tar.gz) = 05d1b39982d9b3e322b507a40d84d4232b2e7890
-SHA512 (arcanist-20170225-c04f141ab0231e593a513356b3832a30f9404627.tar.gz) = 
e2a96e95168d0f4227b36d485bbb0c199e6ff5b3169f32ba34771930cc204b62eef7a76737d7cfbdb46052837eab7591c289b24d7397ea71fe86aeb926f360d1
-Size (arcanist-20170225-c04f141ab0231e593a513356b3832a30f9404627.tar.gz) = 502134 bytes
+SHA1 (arcanist-20170609-0c53a35d30e924f902510eb2e497ae5934209304.tar.gz) = 1314f0dfba5e0ca4721e0b227f99183476405dad
+RMD160 (arcanist-20170609-0c53a35d30e924f902510eb2e497ae5934209304.tar.gz) = 6ed123edf375d2f96c9857c2b496c1a8bd432498
+SHA512 (arcanist-20170609-0c53a35d30e924f902510eb2e497ae5934209304.tar.gz) = 
a40e738b5179f2c95e30819b2ed033f97d2016c4ec60fe4eeb62749ee7ffdd33fb9ec0a1cb42a6c01b1e97c7490b0fc9cbcd1f1d0b781b1b86d9cbb64a38fef1
+Size (arcanist-20170609-0c53a35d30e924f902510eb2e497ae5934209304.tar.gz) = 502128 bytes
 SHA1 (patch-bin_arc) = 91c261f720efe6f6783e9a3e4044f50e74d4b425
diff -r f8856b852953 -r d27516b4acb5 devel/libphutil/Makefile
--- a/devel/libphutil/Makefile  Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/libphutil/Makefile  Fri Jun 23 14:05:19 2017 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2017/06/22 12:49:24 youri Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/23 14:05:19 roy Exp $
 
-DISTNAME=              libphutil-20170620
+DISTNAME=              libphutil-20170609
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=phacility/}
+# Track the stable branch
 GITHUB_PROJECT=                libphutil
-GITHUB_TAG=            fa993854745c5fbc575fd27ff476f40c38be7e37
+GITHUB_TAG=            612619d0040b5e13c4e068dce443217abbc10a00
 
-MAINTAINER=            youri%NetBSD.org@localhost
+MAINTAINER=            roy%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/phacility/libphutil/
 COMMENT=               Collection of utility classes and functions for PHP
 LICENSE=               apache-2.0
diff -r f8856b852953 -r d27516b4acb5 devel/libphutil/PLIST
--- a/devel/libphutil/PLIST     Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/libphutil/PLIST     Fri Jun 23 14:05:19 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/22 12:49:24 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/06/23 14:05:19 roy Exp $
 share/libphutil/LICENSE
 share/libphutil/NOTICE
 share/libphutil/README.md
@@ -402,7 +402,6 @@
 share/libphutil/src/markup/engine/__tests__/remarkup/raw-escape.txt
 share/libphutil/src/markup/engine/__tests__/remarkup/reply-basic.txt
 share/libphutil/src/markup/engine/__tests__/remarkup/reply-nested.txt
-share/libphutil/src/markup/engine/__tests__/remarkup/simple-table-with-empty-row.txt
 share/libphutil/src/markup/engine/__tests__/remarkup/simple-table-with-leading-space.txt
 share/libphutil/src/markup/engine/__tests__/remarkup/simple-table-with-link.txt
 share/libphutil/src/markup/engine/__tests__/remarkup/simple-table.txt
diff -r f8856b852953 -r d27516b4acb5 devel/libphutil/distinfo
--- a/devel/libphutil/distinfo  Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/libphutil/distinfo  Fri Jun 23 14:05:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/06/22 12:49:24 youri Exp $
+$NetBSD: distinfo,v 1.4 2017/06/23 14:05:19 roy Exp $
 
-SHA1 (libphutil-20170620-fa993854745c5fbc575fd27ff476f40c38be7e37.tar.gz) = 828b6262c3927fbb0c8386e985eb4a337e6a23db
-RMD160 (libphutil-20170620-fa993854745c5fbc575fd27ff476f40c38be7e37.tar.gz) = 011dc5a1af5c9a0e0686b5d3c0d2162e8241b914
-SHA512 (libphutil-20170620-fa993854745c5fbc575fd27ff476f40c38be7e37.tar.gz) = 
7b8654f0255083fa78f2824c09b7db9ac83ab2be0d760943c3ea4bad1eb01379f7b96d9df85f40f49a4ca10794c4a07c29ca4d7d76eaca1779e05d31d46e3f2d
-Size (libphutil-20170620-fa993854745c5fbc575fd27ff476f40c38be7e37.tar.gz) = 1676512 bytes
+SHA1 (libphutil-20170609-612619d0040b5e13c4e068dce443217abbc10a00.tar.gz) = 604e140791d15fca085eb8717cf2cb700976b11b
+RMD160 (libphutil-20170609-612619d0040b5e13c4e068dce443217abbc10a00.tar.gz) = 638c2ebfeb256d388159b72fa9fe32e698047549
+SHA512 (libphutil-20170609-612619d0040b5e13c4e068dce443217abbc10a00.tar.gz) = 
4f39b304e199d8cfb9239384f93b4c42b56b71d92af969fd6dc08f8ec2442b85ec6b8623fcfaefb178bd6ac602727af184b24abdf2147a40d93b7767833a63c3
+Size (libphutil-20170609-612619d0040b5e13c4e068dce443217abbc10a00.tar.gz) = 1676363 bytes
diff -r f8856b852953 -r d27516b4acb5 devel/phabricator/Makefile
--- a/devel/phabricator/Makefile        Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/phabricator/Makefile        Fri Jun 23 14:05:19 2017 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2017/06/22 12:50:37 youri Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/23 14:05:19 roy Exp $
 
-DISTNAME=              phabricator-20170316
+DISTNAME=              phabricator-20170609
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=phacility/}
+# Track the stable branch
 GITHUB_PROJECT=                phabricator
-GITHUB_TAG=            cdeba0f85b40e505d9b86fec8e5954507f0ba12e
+GITHUB_TAG=            5885704800a97aadf47aee5654ff2647b40fb4ad
 
-MAINTAINER=            youri%NetBSD.org@localhost
+MAINTAINER=            roy%NetBSD.org@localhost
 HOMEPAGE=              http://phabricator.com/
 COMMENT=               Open software engineering platform
 LICENSE=               apache-2.0
diff -r f8856b852953 -r d27516b4acb5 devel/phabricator/PLIST
--- a/devel/phabricator/PLIST   Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/phabricator/PLIST   Fri Jun 23 14:05:19 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/22 12:50:37 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/06/23 14:05:19 roy Exp $
 share/phabricator/LICENSE
 share/phabricator/NOTICE
 share/phabricator/README.md
@@ -234,8 +234,6 @@
 share/phabricator/externals/mimemailparser/MimeMailParser.class.php
 share/phabricator/externals/mimemailparser/README
 share/phabricator/externals/mimemailparser/attachment.class.php
-share/phabricator/externals/octicons/LICENSE
-share/phabricator/externals/octicons/README.md
 share/phabricator/externals/pear-figlet/Text/Figlet.php
 share/phabricator/externals/pear-figlet/docs/README.TXT
 share/phabricator/externals/pear-figlet/docs/examples/hello_world.php
@@ -682,19 +680,6 @@
 share/phabricator/resources/builtin/projects/fa-warning.png
 share/phabricator/resources/builtin/projects/fa-wheelchair.png
 share/phabricator/resources/builtin/projects/fa-windows.png
-share/phabricator/resources/builtin/repo/building.png
-share/phabricator/resources/builtin/repo/cloud.png
-share/phabricator/resources/builtin/repo/code.png
-share/phabricator/resources/builtin/repo/commit.png
-share/phabricator/resources/builtin/repo/database.png
-share/phabricator/resources/builtin/repo/desktop.png
-share/phabricator/resources/builtin/repo/gears.png
-share/phabricator/resources/builtin/repo/globe.png
-share/phabricator/resources/builtin/repo/locked.png
-share/phabricator/resources/builtin/repo/microchip.png
-share/phabricator/resources/builtin/repo/mobile.png
-share/phabricator/resources/builtin/repo/repo.png
-share/phabricator/resources/builtin/repo/servers.png
 share/phabricator/resources/builtin/user0.png
 share/phabricator/resources/builtin/user1.png
 share/phabricator/resources/builtin/user2.png
@@ -1562,7 +1547,7 @@
 share/phabricator/resources/sql/autopatches/20170301.subtype.04.taskdefault.sql
 share/phabricator/resources/sql/autopatches/20170303.people.01.avatar.sql
 share/phabricator/resources/sql/autopatches/20170313.reviewers.01.sql
-share/phabricator/resources/sql/autopatches/${PKGVERSION}.rawfiles.01.php
+share/phabricator/resources/sql/autopatches/20170316.rawfiles.01.php
 share/phabricator/resources/sql/autopatches/20170320.reviewers.01.lastaction.sql
 share/phabricator/resources/sql/autopatches/20170320.reviewers.02.lastcomment.sql
 share/phabricator/resources/sql/autopatches/20170320.reviewers.03.migrate.php
@@ -1590,8 +1575,6 @@
 share/phabricator/resources/sql/autopatches/20170526.dropdifferentialdrafts.sql
 share/phabricator/resources/sql/autopatches/20170526.milestones.php
 share/phabricator/resources/sql/autopatches/20170528.maniphestdupes.php
-share/phabricator/resources/sql/autopatches/20170612.repository.image.01.sql
-share/phabricator/resources/sql/autopatches/20170614.taskstatus.sql
 share/phabricator/resources/sql/patches/000.project.sql
 share/phabricator/resources/sql/patches/0000.legacy.sql
 share/phabricator/resources/sql/patches/001.maniphest_projects.sql
@@ -3084,7 +3067,6 @@
 share/phabricator/src/applications/differential/controller/DifferentialInlineCommentEditController.php
 share/phabricator/src/applications/differential/controller/DifferentialRevisionCloseDetailsController.php
 share/phabricator/src/applications/differential/controller/DifferentialRevisionEditController.php
-share/phabricator/src/applications/differential/controller/DifferentialRevisionInlinesController.php
 share/phabricator/src/applications/differential/controller/DifferentialRevisionLandController.php
 share/phabricator/src/applications/differential/controller/DifferentialRevisionListController.php
 share/phabricator/src/applications/differential/controller/DifferentialRevisionOperationController.php
@@ -3373,7 +3355,6 @@
 share/phabricator/src/applications/diffusion/controller/DiffusionController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionDiffController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionExternalController.php
-share/phabricator/src/applications/diffusion/controller/DiffusionGraphController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionHistoryController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionInlineCommentController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionInlineCommentPreviewController.php
@@ -3396,7 +3377,6 @@
 share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryListController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryManageController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryManagePanelsController.php
-share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryProfilePictureController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryTestAutomationController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryURICredentialController.php
 share/phabricator/src/applications/diffusion/controller/DiffusionRepositoryURIDisableController.php
@@ -3606,7 +3586,6 @@
 share/phabricator/src/applications/diffusion/typeahead/DiffusionRepositoryFunctionDatasource.php
 share/phabricator/src/applications/diffusion/typeahead/DiffusionSymbolDatasource.php
 share/phabricator/src/applications/diffusion/typeahead/DiffusionTaggedRepositoriesFunctionDatasource.php
-share/phabricator/src/applications/diffusion/view/DiffusionBranchListView.php
 share/phabricator/src/applications/diffusion/view/DiffusionBranchTableView.php
 share/phabricator/src/applications/diffusion/view/DiffusionBrowseTableView.php
 share/phabricator/src/applications/diffusion/view/DiffusionCloneURIView.php
@@ -3618,7 +3597,6 @@
 share/phabricator/src/applications/diffusion/view/DiffusionPushLogListView.php
 share/phabricator/src/applications/diffusion/view/DiffusionReadmeView.php
 share/phabricator/src/applications/diffusion/view/DiffusionTagListView.php
-share/phabricator/src/applications/diffusion/view/DiffusionTagTableView.php
 share/phabricator/src/applications/diffusion/view/DiffusionView.php
 share/phabricator/src/applications/diffusion/xaction/DiffusionCommitAcceptTransaction.php
 share/phabricator/src/applications/diffusion/xaction/DiffusionCommitActionTransaction.php
@@ -4416,7 +4394,6 @@
 share/phabricator/src/applications/maniphest/conduit/ManiphestQueryConduitAPIMethod.php
 share/phabricator/src/applications/maniphest/conduit/ManiphestQueryStatusesConduitAPIMethod.php
 share/phabricator/src/applications/maniphest/conduit/ManiphestSearchConduitAPIMethod.php
-share/phabricator/src/applications/maniphest/conduit/ManiphestStatusSearchConduitAPIMethod.php
 share/phabricator/src/applications/maniphest/conduit/ManiphestUpdateConduitAPIMethod.php
 share/phabricator/src/applications/maniphest/config/ManiphestPointsConfigOptionType.php
 share/phabricator/src/applications/maniphest/config/ManiphestPriorityConfigOptionType.php
@@ -6870,7 +6847,6 @@
 share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentTableScaffold.php
 share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentUndoView.php
 share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineCommentView.php
-share/phabricator/src/infrastructure/diff/view/PHUIDiffInlineThreader.php
 share/phabricator/src/infrastructure/diff/view/PHUIDiffOneUpInlineCommentRowScaffold.php
 share/phabricator/src/infrastructure/diff/view/PHUIDiffRevealIconView.php
 share/phabricator/src/infrastructure/diff/view/PHUIDiffTableOfContentsItemView.php
diff -r f8856b852953 -r d27516b4acb5 devel/phabricator/distinfo
--- a/devel/phabricator/distinfo        Fri Jun 23 13:47:16 2017 +0000
+++ b/devel/phabricator/distinfo        Fri Jun 23 14:05:19 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2017/06/22 12:50:37 youri Exp $
+$NetBSD: distinfo,v 1.6 2017/06/23 14:05:19 roy Exp $
 
-SHA1 (phabricator-20170316-cdeba0f85b40e505d9b86fec8e5954507f0ba12e.tar.gz) = 9153a11a55a275a1f1a3a1c25da7397e09dd711b
-RMD160 (phabricator-20170316-cdeba0f85b40e505d9b86fec8e5954507f0ba12e.tar.gz) = f0706d0934f82b35cc0b853a70a4d7824a5413d8
-SHA512 (phabricator-20170316-cdeba0f85b40e505d9b86fec8e5954507f0ba12e.tar.gz) = 
0935b92bd0dcc064ed02981bbcec7d573ce5c24eb697a920bada74c14e0b82361d015f55310e30b9e615920086f11df857dea6b74de39b6d35f2fb4adfb79ba8
-Size (phabricator-20170316-cdeba0f85b40e505d9b86fec8e5954507f0ba12e.tar.gz) = 8973427 bytes
+SHA1 (phabricator-20170609-5885704800a97aadf47aee5654ff2647b40fb4ad.tar.gz) = 06344ff016c1bf3874b47d604c6d7519372a782b
+RMD160 (phabricator-20170609-5885704800a97aadf47aee5654ff2647b40fb4ad.tar.gz) = 857058a1cbc6d8d53d3e9324a0ae4cf63bb3e210
+SHA512 (phabricator-20170609-5885704800a97aadf47aee5654ff2647b40fb4ad.tar.gz) = 
407c35cc9af5818ee14438aa650d9e4f04f5531cd818faa1c7d70d65dd9ad04b02859c64580a15223902f81b406e7f1d9f32e50a418f079e0827903edeb044c9
+Size (phabricator-20170609-5885704800a97aadf47aee5654ff2647b40fb4ad.tar.gz) = 8877762 bytes
 SHA1 (patch-src_applications_differential_render_DifferentialChangesetRenderer.php) = 0067d3f0ee6513396a40c98c231cf53e1179e160
 SHA1 (patch-src_applications_diffusion_controller_DiffusionBrowseController.php) = 41d2e548d594a544fdc24b61af79432e63af1e3d



Home | Main Index | Thread Index | Old Index