View | Details | Raw Unified | Return to bug 274761 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/libnghttp3/Makefile (-8 / +6 lines)
Lines 1-7 Link Here
1
PORTNAME=	nghttp3
1
PORTNAME=	nghttp3
2
PORTVERSION=	1.0.0
2
DISTVERSION=	1.1.0
3
CATEGORIES=	www net
3
CATEGORIES=	www net
4
MASTER_SITES=	https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
4
MASTER_SITES=	https://github.com/ngtcp2/${PORTNAME}/releases/download/v${DISTVERSION}/
5
PKGNAMEPREFIX=	lib
5
PKGNAMEPREFIX=	lib
6
6
7
MAINTAINER=	sunpoet@FreeBSD.org
7
MAINTAINER=	sunpoet@FreeBSD.org
Lines 12-23 WWW= https://nghttp2.org/nghttp3/ \ Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		compiler:c++17-lang libtool pathfix pkgconfig tar:xz
15
USES=		cmake compiler:c++14-lang pathfix tar:xz
16
17
CONFIGURE_ARGS=	--enable-lib-only
18
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
20
USE_CXXSTD=	c++17
21
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
22
17
18
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_CUnit \
19
		ENABLE_LIB_ONLY
20
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/www/libnghttp3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1698848714
1
TIMESTAMP = 1701718590
2
SHA256 (nghttp3-1.0.0.tar.xz) = 2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a
2
SHA256 (nghttp3-1.1.0.tar.xz) = f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb
3
SIZE (nghttp3-1.0.0.tar.xz) = 369384
3
SIZE (nghttp3-1.1.0.tar.xz) = 369832
(-)a/www/libnghttp3/files/patch-Makefile.in (-14 lines)
Removed Link Here
1
--- Makefile.in.orig	2022-01-22 09:12:33 UTC
2
+++ Makefile.in
3
@@ -404,9 +404,9 @@ top_srcdir = @top_srcdir@
4
 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5
 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
6
 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
-SUBDIRS = lib tests doc examples
8
+SUBDIRS = lib
9
 ACLOCAL_AMFLAGS = -I m4
10
-dist_doc_DATA = README.rst
11
+dist_doc_DATA =
12
 EXTRA_DIST = \
13
 	cmakeconfig.h.in \
14
 	CMakeLists.txt \
(-)b/www/libnghttp3/pkg-plist (-1 / +1 lines)
Lines 3-7 include/nghttp3/version.h Link Here
3
lib/libnghttp3.a
3
lib/libnghttp3.a
4
lib/libnghttp3.so
4
lib/libnghttp3.so
5
lib/libnghttp3.so.9
5
lib/libnghttp3.so.9
6
lib/libnghttp3.so.9.0.0
6
lib/libnghttp3.so.9.1.0
7
libdata/pkgconfig/libnghttp3.pc
7
libdata/pkgconfig/libnghttp3.pc

Return to bug 274761