mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/argp-standalone: Update to newer snapshot (8ded2bc)
- Bump PORTREVISION for package change - Bump PORTREVISION of dependent ports for shlib change
This commit is contained in:
parent
ebdfcf26c9
commit
455664cfd6
21 changed files with 28 additions and 24 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= zchunk
|
PORTNAME= zchunk
|
||||||
DISTVERSION= 1.5.1
|
DISTVERSION= 1.5.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= yoshimi
|
PORTNAME= yoshimi
|
||||||
DISTVERSION= 2.3.2
|
DISTVERSION= 2.3.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${DISTVERSION:R}
|
MASTER_SITES= SF/${PORTNAME}/${DISTVERSION:R}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= tlf
|
PORTNAME= tlf
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.4.1
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
PORTNAME= argp-standalone
|
PORTNAME= argp-standalone
|
||||||
PORTVERSION= 1.5.0
|
PORTVERSION= 1.5.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/argp-standalone/argp-standalone/commit/
|
|
||||||
PATCHFILES= e4b42480f6fd63a117e1d8a3d90fb69434133c28.patch:-p1
|
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Standalone version of arguments parsing functions from GLIBC
|
COMMENT= Standalone version of arguments parsing functions from GLIBC
|
||||||
|
|
||||||
|
@ -16,6 +14,9 @@ MESON_ARGS= --default-library=both
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
GH_TAGNAME= 8ded2bc
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
TIMESTAMP = 1652259717
|
TIMESTAMP = 1724084500
|
||||||
SHA256 (argp-standalone-argp-standalone-1.5.0_GH0.tar.gz) = c29eae929dfebd575c38174f2c8c315766092cec99a8f987569d0cad3c6d64f6
|
SHA256 (argp-standalone-argp-standalone-1.5.0-8ded2bc_GH0.tar.gz) = 727e8b913b185c3fb6e8b3cc02831b5c796a435c4380a766d18ca62dd1132810
|
||||||
SIZE (argp-standalone-argp-standalone-1.5.0_GH0.tar.gz) = 65889
|
SIZE (argp-standalone-argp-standalone-1.5.0-8ded2bc_GH0.tar.gz) = 54517
|
||||||
SHA256 (e4b42480f6fd63a117e1d8a3d90fb69434133c28.patch) = 3538a55072f87ff1efe6215569f32b59bdc65b2c149ad4da30ab2dfd625c33c8
|
|
||||||
SIZE (e4b42480f6fd63a117e1d8a3d90fb69434133c28.patch) = 1568
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
include/argp.h
|
include/argp.h
|
||||||
lib/libargp.a
|
lib/libargp.a
|
||||||
lib/libargp.so
|
lib/libargp.so
|
||||||
lib/libargp.so.0
|
lib/libargp.so.1
|
||||||
lib/libargp.so.0.0.0
|
lib/libargp.so.%%PORTVERSION%%
|
||||||
|
libdata/pkgconfig/libargp.pc
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dwarves
|
PORTNAME= dwarves
|
||||||
DISTVERSION= 1.19
|
DISTVERSION= 1.19
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://fedorapeople.org/~acme/dwarves/
|
MASTER_SITES= https://fedorapeople.org/~acme/dwarves/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= elfutils
|
PORTNAME= elfutils
|
||||||
DISTVERSION= 0.187
|
DISTVERSION= 0.187
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://sourceware.org/elfutils/ftp/${PORTVERSION}/
|
MASTER_SITES= https://sourceware.org/elfutils/ftp/${PORTVERSION}/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= 3omns
|
PORTNAME= 3omns
|
||||||
DISTVERSION= 0.2
|
DISTVERSION= 0.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= https://lab.burn.capital/chaz/3omns/uploads/6ec547a14fec72a72f9fa53c374bfa7e/
|
MASTER_SITES= https://lab.burn.capital/chaz/3omns/uploads/6ec547a14fec72a72f9fa53c374bfa7e/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME?= libv4l
|
PORTNAME?= libv4l
|
||||||
PORTVERSION= 1.23.0
|
PORTVERSION= 1.23.0
|
||||||
PORTREVISION?= 4
|
PORTREVISION?= 5
|
||||||
DISTVERSIONPREFIX= v4l-utils-
|
DISTVERSIONPREFIX= v4l-utils-
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= freetalk
|
PORTNAME= freetalk
|
||||||
PORTVERSION= 4.2
|
PORTVERSION= 4.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= GNU/freetalk
|
MASTER_SITES= GNU/freetalk
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= addrwatch
|
PORTNAME= addrwatch
|
||||||
DISTVERSIONPREFIX=v
|
DISTVERSIONPREFIX=v
|
||||||
DISTVERSION= 1.0.2
|
DISTVERSION= 1.0.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
MAINTAINER= m.muenz@gmail.com
|
MAINTAINER= m.muenz@gmail.com
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= knxd
|
PORTNAME= knxd
|
||||||
PORTVERSION= 0.14.61
|
PORTVERSION= 0.14.61
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
# make is compatible with fmt >= 10, https://github.com/knxd/knxd/pull/549
|
# make is compatible with fmt >= 10, https://github.com/knxd/knxd/pull/549
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= traff
|
PORTNAME= traff
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 0.7
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net net-mgmt
|
CATEGORIES= net net-mgmt
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= cvechecker
|
PORTNAME= cvechecker
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.9
|
DISTVERSION= 3.9
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= se@FreeBSD.org
|
MAINTAINER= se@FreeBSD.org
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= f3
|
PORTNAME= f3
|
||||||
PORTVERSION= 8.0
|
PORTVERSION= 8.0
|
||||||
PORTREVISION= 1
|
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= dbaio@FreeBSD.org
|
MAINTAINER= dbaio@FreeBSD.org
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= fileschanged
|
PORTNAME= fileschanged
|
||||||
PORTVERSION= 0.6.5
|
PORTVERSION= 0.6.5
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= freeipmi
|
PORTNAME= freeipmi
|
||||||
PORTVERSION= 1.6.14
|
PORTVERSION= 1.6.14
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xen-guest-tools
|
PORTNAME= xen-guest-tools
|
||||||
PORTVERSION= 4.16.1
|
PORTVERSION= 4.16.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://downloads.xenproject.org/release/xen/${PORTVERSION}/
|
MASTER_SITES= https://downloads.xenproject.org/release/xen/${PORTVERSION}/
|
||||||
DISTNAME= xen-${PORTVERSION}
|
DISTNAME= xen-${PORTVERSION}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= xen
|
PORTNAME= xen
|
||||||
PKGNAMESUFFIX= -tools
|
PKGNAMESUFFIX= -tools
|
||||||
DISTVERSION= 4.18.2.20240411
|
DISTVERSION= 4.18.2.20240411
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils emulators
|
CATEGORIES= sysutils emulators
|
||||||
|
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= fireflies
|
PORTNAME= fireflies
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.08
|
DISTVERSION= 2.08
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= zirias@FreeBSD.org
|
MAINTAINER= zirias@FreeBSD.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue