From owner-dev-commits-ports-all@freebsd.org Fri Jun 11 15:05:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD5636606BD; Fri, 11 Jun 2021 15:05:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G1kg34nJ8z3hXR; Fri, 11 Jun 2021 15:05:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CFEB24DB5; Fri, 11 Jun 2021 15:05:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15BF5ZV9089775; Fri, 11 Jun 2021 15:05:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15BF5Zto089774; Fri, 11 Jun 2021 15:05:35 GMT (envelope-from git) Date: Fri, 11 Jun 2021 15:05:35 GMT Message-Id: <202106111505.15BF5Zto089774@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Jason W. Bacon" Subject: git: ccb9b063cc52 - main - devel/libxtend: Update to 0.1.2.25 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jwb X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ccb9b063cc524e73ef18d39e63e3d20f09f46c8a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2021 15:05:35 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccb9b063cc524e73ef18d39e63e3d20f09f46c8a commit ccb9b063cc524e73ef18d39e63e3d20f09f46c8a Author: Jason W. Bacon AuthorDate: 2021-06-11 14:50:05 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-11 15:05:18 +0000 devel/libxtend: Update to 0.1.2.25 A few minor fixes and numerous README updates --- devel/libxtend/Makefile | 5 ++++- devel/libxtend/distinfo | 6 +++--- devel/libxtend/pkg-descr | 2 +- devel/libxtend/pkg-plist | 1 + 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/libxtend/Makefile b/devel/libxtend/Makefile index f2874920ce92..cbe03e625188 100644 --- a/devel/libxtend/Makefile +++ b/devel/libxtend/Makefile @@ -1,5 +1,8 @@ +# Created by: J. Bacon + PORTNAME= libxtend -DISTVERSION= 0.1.2 +DISTVERSION= 0.1.2-25 +DISTVERSIONSUFFIX= -ge629d47 CATEGORIES= devel MAINTAINER= jwb@FreeBSD.org diff --git a/devel/libxtend/distinfo b/devel/libxtend/distinfo index f75cbb3eb5e3..cf3e97687fb3 100644 --- a/devel/libxtend/distinfo +++ b/devel/libxtend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621376498 -SHA256 (outpaddling-libxtend-0.1.2_GH0.tar.gz) = 98132db6eb616bcc13e23d2d7a7bf118aa85300c4d10e7efc58294aac64de58e -SIZE (outpaddling-libxtend-0.1.2_GH0.tar.gz) = 21511 +TIMESTAMP = 1623421804 +SHA256 (outpaddling-libxtend-0.1.2-25-ge629d47_GH0.tar.gz) = b698493e1f55cccf6337406b95201157734ae92dfbf47070e07ff37dead2a486 +SIZE (outpaddling-libxtend-0.1.2-25-ge629d47_GH0.tar.gz) = 24162 diff --git a/devel/libxtend/pkg-descr b/devel/libxtend/pkg-descr index 38ae6181fb01..29effe2825f3 100644 --- a/devel/libxtend/pkg-descr +++ b/devel/libxtend/pkg-descr @@ -1,4 +1,4 @@ -Libxtendc is a library of miscellaneous functions, the likes of which might +Libxtend is a library of miscellaneous functions, the likes of which might be found in libc or libm. They provide some convenient functionality lacking in standard library diff --git a/devel/libxtend/pkg-plist b/devel/libxtend/pkg-plist index 60408c26316b..94109bdeccb5 100644 --- a/devel/libxtend/pkg-plist +++ b/devel/libxtend/pkg-plist @@ -24,6 +24,7 @@ man/man3/strisreal.3.gz man/man3/strlbasecpy.3.gz man/man3/strptrcmp.3.gz man/man3/strshellcpy.3.gz +man/man3/strsqueeze.3.gz man/man3/va_usage.3.gz man/man3/valid_extension.3.gz man/man3/viscpy.3.gz