Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 18:34:38 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558763 - head/devel/tllist
Message-ID:  <202012201834.0BKIYcGY043030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Dec 20 18:34:38 2020
New Revision: 558763
URL: https://svnweb.freebsd.org/changeset/ports/558763

Log:
  devel/tllist: update to 1.0.4
  
  - Take maintainership
  - Make distfile more unique
  - Define LICENSE_FILE
  - Allow GNU extensions to C99 for better compatibility
  - Remove excessive newlines
  - Simplify PLIST_FILES via PORTNAME
  
  Changes:	https://codeberg.org/dnkl/tllist/releases/tag/1.0.3
  Changes:	https://codeberg.org/dnkl/tllist/releases/tag/1.0.4
  PR:		251998
  Approved by:	Alexander Sieg <ports@xanderio.de> (previous maintainer)

Modified:
  head/devel/tllist/Makefile   (contents, props changed)
  head/devel/tllist/distinfo   (contents, props changed)

Modified: head/devel/tllist/Makefile
==============================================================================
--- head/devel/tllist/Makefile	Sun Dec 20 18:28:38 2020	(r558762)
+++ head/devel/tllist/Makefile	Sun Dec 20 18:34:38 2020	(r558763)
@@ -1,22 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	tllist
-DISTVERSION=	1.0.2
+DISTVERSION=	1.0.4
 CATEGORIES=	devel
-MASTER_SITES=	https://codeberg.org/dnkl/tllist/archive/
-DISTNAME=	${DISTVERSION}
+MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
-MAINTAINER=	ports@xanderio.de
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	C header file only implementation of a typed linked list
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		meson
-USE_CSTD=	c99
-
+USE_CSTD=	gnu99
 WRKSRC=		${WRKDIR}/${PORTNAME}
-
-PLIST_FILES=	include/tllist.h \
-		libdata/pkgconfig/tllist.pc
+PLIST_FILES=	include/${PORTNAME}.h \
+		libdata/pkgconfig/${PORTNAME}.pc
 
 .include <bsd.port.mk>

Modified: head/devel/tllist/distinfo
==============================================================================
--- head/devel/tllist/distinfo	Sun Dec 20 18:28:38 2020	(r558762)
+++ head/devel/tllist/distinfo	Sun Dec 20 18:34:38 2020	(r558763)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596272904
-SHA256 (1.0.2.tar.gz) = 8fe933e4614aed35aa6dfb6ab3105b2c2d6eb80a75bd3e93d4445ce6efd3dba0
-SIZE (1.0.2.tar.gz) = 6963
+TIMESTAMP = 1598374186
+SHA256 (tllist-1.0.4.tar.gz) = a135934d4955902d67f75f3c542ace3bfb7be3be9c44796852e76ea9e1d82b33
+SIZE (tllist-1.0.4.tar.gz) = 6938



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012201834.0BKIYcGY043030>