diff options
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-sfsmisc/Makefile | 2 | ||||
-rw-r--r-- | devel/R-cran-sfsmisc/distinfo | 6 | ||||
-rw-r--r-- | devel/addlicense/Makefile | 20 | ||||
-rw-r--r-- | devel/addlicense/distinfo | 5 | ||||
-rw-r--r-- | devel/addlicense/pkg-descr | 5 | ||||
-rw-r--r-- | devel/camp/Makefile | 4 | ||||
-rw-r--r-- | devel/camp/distinfo | 6 | ||||
-rw-r--r-- | devel/glab/Makefile | 3 | ||||
-rw-r--r-- | devel/glab/distinfo | 10 | ||||
-rw-r--r-- | devel/glab/pkg-plist | 4 | ||||
-rw-r--r-- | devel/gum/Makefile | 3 | ||||
-rw-r--r-- | devel/gum/distinfo | 10 | ||||
-rw-r--r-- | devel/kio-extras/Makefile | 1 | ||||
-rw-r--r-- | devel/py-janus/Makefile | 3 | ||||
-rw-r--r-- | devel/py-janus/distinfo | 6 | ||||
-rw-r--r-- | devel/py-junitparser/Makefile | 7 | ||||
-rw-r--r-- | devel/py-junitparser/distinfo | 6 | ||||
-rw-r--r-- | devel/py-pytest-timeout/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pytest-timeout/distinfo | 6 |
20 files changed, 75 insertions, 39 deletions
diff --git a/devel/Makefile b/devel/Makefile index a0ca7c9a0c7e..a005a155c7b0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -174,6 +174,7 @@ SUBDIR += activitymail SUBDIR += actor-framework SUBDIR += adacurses + SUBDIR += addlicense SUBDIR += agar SUBDIR += aifad SUBDIR += air-go diff --git a/devel/R-cran-sfsmisc/Makefile b/devel/R-cran-sfsmisc/Makefile index 8aab97288eb0..5510310b3378 100644 --- a/devel/R-cran-sfsmisc/Makefile +++ b/devel/R-cran-sfsmisc/Makefile @@ -1,5 +1,5 @@ PORTNAME= sfsmisc -DISTVERSION= 1.1-21 +DISTVERSION= 1.1-22 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-sfsmisc/distinfo b/devel/R-cran-sfsmisc/distinfo index b504fcf84217..4174a6d8d3ec 100644 --- a/devel/R-cran-sfsmisc/distinfo +++ b/devel/R-cran-sfsmisc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753658608 -SHA256 (sfsmisc_1.1-21.tar.gz) = 14ca739233871c00429ee991f5b6259aabc670a39b6fb4d349e009db8fc6d470 -SIZE (sfsmisc_1.1-21.tar.gz) = 187050 +TIMESTAMP = 1757128005 +SHA256 (sfsmisc_1.1-22.tar.gz) = b2e900b2603d96ab01faf76ccf4ef22775a6f6f5549513f3c5343097b71efa80 +SIZE (sfsmisc_1.1-22.tar.gz) = 187528 diff --git a/devel/addlicense/Makefile b/devel/addlicense/Makefile new file mode 100644 index 000000000000..62d1e4252c05 --- /dev/null +++ b/devel/addlicense/Makefile @@ -0,0 +1,20 @@ +PORTNAME= addlicense +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.0 +CATEGORIES= devel + +MAINTAINER= nxjoseph@protonmail.com +COMMENT= Add license information to source code files +WWW= https://github.com/google/addlicense \ + https://pkg.go.dev/github.com/google/addlicense + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/google/addlicense + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/devel/addlicense/distinfo b/devel/addlicense/distinfo new file mode 100644 index 000000000000..eb3451046970 --- /dev/null +++ b/devel/addlicense/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1757103533 +SHA256 (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.mod) = a82864c09088a91df8c47c3f177cd9232c757470b8fe08be32d9956732e9e689 +SIZE (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.mod) = 153 +SHA256 (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.zip) = d2fccbff05f5538ba14f94f591d9425d9e1da80bf612079cc348d81f72f843c3 +SIZE (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.zip) = 77389 diff --git a/devel/addlicense/pkg-descr b/devel/addlicense/pkg-descr new file mode 100644 index 000000000000..fca12cf0da38 --- /dev/null +++ b/devel/addlicense/pkg-descr @@ -0,0 +1,5 @@ +The program ensures source code files have copyright license +headers by scanning directory patterns recursively. + +It modifies all source files in place and avoids adding +a license header to any file that already has one. diff --git a/devel/camp/Makefile b/devel/camp/Makefile index 7358c10a02a6..e2cc422088cd 100644 --- a/devel/camp/Makefile +++ b/devel/camp/Makefile @@ -1,6 +1,6 @@ PORTNAME= camp DISTVERSIONPREFIX= v -DISTVERSION= 2025.03.0 +DISTVERSION= 2025.09.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -20,6 +20,6 @@ CMAKE_OFF= CAMP_ENABLE_TESTS CMAKE_ON= BUILD_SHARED_LIBS CMAKE_TESTING_ON= CAMP_ENABLE_TESTS -# tests as of 2025.03.0: 100% tests passed, 0 tests failed out of 56 +# tests as of 2025.09.0: 97% tests passed, 2 tests failed out of 74, see https://github.com/LLNL/camp/issues/186 .include <bsd.port.mk> diff --git a/devel/camp/distinfo b/devel/camp/distinfo index 31d15e8b9b78..10d7612c66dd 100644 --- a/devel/camp/distinfo +++ b/devel/camp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1741841294 -SHA256 (LLNL-camp-v2025.03.0_GH0.tar.gz) = 43206dca68680a544c079bcef363c52aeb8cb4b57b8d32dcb6b14ed04366e777 -SIZE (LLNL-camp-v2025.03.0_GH0.tar.gz) = 163013 +TIMESTAMP = 1757131201 +SHA256 (LLNL-camp-v2025.09.0_GH0.tar.gz) = 75f73eaa66dec472c23025d1946a486d3da000ac20636b6a77e7f124e61e34d4 +SIZE (LLNL-camp-v2025.09.0_GH0.tar.gz) = 169290 SHA256 (LLNL-blt-fb4246b_GH0.tar.gz) = a9f910206ee5079b4b7c24b350e1ef74ba7b862ef5bb64c2ee3bbf8e1ec5fdbd SIZE (LLNL-blt-fb4246b_GH0.tar.gz) = 1332867 diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 9f882cd98c59..ae627848b1ba 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,7 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.67.0 -PORTREVISION= 1 +DISTVERSION= 1.68.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/glab/distinfo b/devel/glab/distinfo index a4cc068a071c..a133fbadd471 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756013036 -SHA256 (go/devel_glab/glab-v1.67.0/v1.67.0.mod) = 00450940d7201f6d43c3b4a778e8adc3ce2562df559939eb1573c548f547a4fe -SIZE (go/devel_glab/glab-v1.67.0/v1.67.0.mod) = 5996 -SHA256 (go/devel_glab/glab-v1.67.0/v1.67.0.zip) = 64a312863a2ae7d1b3443595e83d6d1464673b4cbadd42a38ad7716e840d2b8d -SIZE (go/devel_glab/glab-v1.67.0/v1.67.0.zip) = 17446681 +TIMESTAMP = 1757134395 +SHA256 (go/devel_glab/glab-v1.68.0/v1.68.0.mod) = e670d55fa63cdd362986a5b068081fc0dde8462d6529cd699511bf714ac84dac +SIZE (go/devel_glab/glab-v1.68.0/v1.68.0.mod) = 6067 +SHA256 (go/devel_glab/glab-v1.68.0/v1.68.0.zip) = ae97f605a4e5bd86a3ef4430d07f27501f10c15b2c1f675cf0ab39574fce3472 +SIZE (go/devel_glab/glab-v1.68.0/v1.68.0.zip) = 17471254 diff --git a/devel/glab/pkg-plist b/devel/glab/pkg-plist index 5263aea2b43b..c50699f76eb4 100644 --- a/devel/glab/pkg-plist +++ b/devel/glab/pkg-plist @@ -9,6 +9,8 @@ %%MANPAGES%%share/man/man1/glab-auth-login.1.gz %%MANPAGES%%share/man/man1/glab-auth-logout.1.gz %%MANPAGES%%share/man/man1/glab-auth-status.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-token-list.1.gz +%%MANPAGES%%share/man/man1/glab-cluster-agent-token.1.gz %%MANPAGES%%share/man/man1/glab-auth.1.gz %%MANPAGES%%share/man/man1/glab-changelog-generate.1.gz %%MANPAGES%%share/man/man1/glab-changelog.1.gz @@ -50,6 +52,8 @@ %%MANPAGES%%share/man/man1/glab-deploy-key.1.gz %%MANPAGES%%share/man/man1/glab-duo-ask.1.gz %%MANPAGES%%share/man/man1/glab-duo.1.gz +%%MANPAGES%%share/man/man1/glab-duo-claude-token.1.gz +%%MANPAGES%%share/man/man1/glab-duo-claude.1.gz %%MANPAGES%%share/man/man1/glab-incident-close.1.gz %%MANPAGES%%share/man/man1/glab-incident-list.1.gz %%MANPAGES%%share/man/man1/glab-incident-note.1.gz diff --git a/devel/gum/Makefile b/devel/gum/Makefile index e43acfea5ee2..b52306883ed2 100644 --- a/devel/gum/Makefile +++ b/devel/gum/Makefile @@ -1,7 +1,6 @@ PORTNAME= gum DISTVERSIONPREFIX= v -DISTVERSION= 0.16.1 -PORTREVISION= 4 +DISTVERSION= 0.16.2 CATEGORIES= devel MAINTAINER= dave@bitboss.ca diff --git a/devel/gum/distinfo b/devel/gum/distinfo index e338333826e1..d2c257bf82d2 100644 --- a/devel/gum/distinfo +++ b/devel/gum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1748666463 -SHA256 (go/devel_gum/gum-v0.16.1/v0.16.1.mod) = 25493799a8b57b6942d5be47d5eb9f57d5d45c5021adc6d17fd4a854b44f71b8 -SIZE (go/devel_gum/gum-v0.16.1/v0.16.1.mod) = 2561 -SHA256 (go/devel_gum/gum-v0.16.1/v0.16.1.zip) = 3d58f1ff4eea8924d585fc568c32cb7b13f6e572e35d23599720dc0a20751102 -SIZE (go/devel_gum/gum-v0.16.1/v0.16.1.zip) = 108852 +TIMESTAMP = 1757110460 +SHA256 (go/devel_gum/gum-v0.16.2/v0.16.2.mod) = b7b0a077c31a56a824dfa9a10dcb6fc6ac1cf82034e250fb6eebc46b3f283e20 +SIZE (go/devel_gum/gum-v0.16.2/v0.16.2.mod) = 2561 +SHA256 (go/devel_gum/gum-v0.16.2/v0.16.2.zip) = 9a2d3da87aa89a7395c61d2ff676d7314ea49f1f43109d056210f2743ca33598 +SIZE (go/devel_gum/gum-v0.16.2/v0.16.2.zip) = 108880 diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index 243df2ed068b..c7b086d67c37 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -1,5 +1,6 @@ PORTNAME= kio-extras DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/devel/py-janus/Makefile b/devel/py-janus/Makefile index 23e53a02486b..da93c000da37 100644 --- a/devel/py-janus/Makefile +++ b/devel/py-janus/Makefile @@ -1,6 +1,5 @@ PORTNAME= janus -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-janus/distinfo b/devel/py-janus/distinfo index c8e7680a4dc3..e48a36e55542 100644 --- a/devel/py-janus/distinfo +++ b/devel/py-janus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730261800 -SHA256 (janus-1.1.0.tar.gz) = 0634df8b2b31f8afda4311abcf7fea912686fef717d13769eeaa01ae08d2b84c -SIZE (janus-1.1.0.tar.gz) = 18756 +TIMESTAMP = 1757122556 +SHA256 (janus-2.0.0.tar.gz) = 0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2e77770 +SIZE (janus-2.0.0.tar.gz) = 22910 diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile index 9552245b0e07..f88c51c361bc 100644 --- a/devel/py-junitparser/Makefile +++ b/devel/py-junitparser/Makefile @@ -1,12 +1,13 @@ PORTNAME= junitparser -DISTVERSION= 3.2.0 +DISTVERSION= 4.0.2 CATEGORIES= devel net #MASTER_SITES= PYPI # some test files are missing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Manipulating JUnit/xUnit Result XML files -WWW= https://junitparser.readthedocs.io/en/latest/ +WWW= https://junitparser.readthedocs.io/en/latest/ \ + https://github.com/weiwei/junitparser LICENSE= APACHE20 @@ -21,4 +22,6 @@ GH_ACCOUNT= weiwei NO_ARCH= yes +# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s + .include <bsd.port.mk> diff --git a/devel/py-junitparser/distinfo b/devel/py-junitparser/distinfo index f7d3bd976c08..54b195d61e02 100644 --- a/devel/py-junitparser/distinfo +++ b/devel/py-junitparser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725252816 -SHA256 (weiwei-junitparser-3.2.0_GH0.tar.gz) = 25771690d2d450a2426a78b58fd9719b5098bd44f05eb5aedf9a4731bb63157f -SIZE (weiwei-junitparser-3.2.0_GH0.tar.gz) = 23108 +TIMESTAMP = 1757122225 +SHA256 (weiwei-junitparser-4.0.2_GH0.tar.gz) = 7611c87d8754ec77d75dc650e93713c24d1f923250406df3eeddff1d876365da +SIZE (weiwei-junitparser-4.0.2_GH0.tar.gz) = 29135 diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile index 7ca86533aa43..b7cacd817606 100644 --- a/devel/py-pytest-timeout/Makefile +++ b/devel/py-pytest-timeout/Makefile @@ -1,9 +1,9 @@ PORTNAME= pytest-timeout -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} MAINTAINER= loader@FreeBSD.org COMMENT= Pytest plugin to abort hanging tests @@ -12,7 +12,7 @@ WWW= https://github.com/pytest-dev/pytest-timeout LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0.0:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.0.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} diff --git a/devel/py-pytest-timeout/distinfo b/devel/py-pytest-timeout/distinfo index ff21aa45426d..ad294efafe7b 100644 --- a/devel/py-pytest-timeout/distinfo +++ b/devel/py-pytest-timeout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659146345 -SHA256 (pytest-timeout-2.1.0.tar.gz) = c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9 -SIZE (pytest-timeout-2.1.0.tar.gz) = 18386 +TIMESTAMP = 1757054483 +SHA256 (pytest_timeout-2.4.0.tar.gz) = 7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a +SIZE (pytest_timeout-2.4.0.tar.gz) = 17973 |