Date: Mon, 23 Feb 2026 11:14:21 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e7d9c6346761 - main - net/openpgm: Update version 5-2-122=>5-3-128 Message-ID: <699c368d.39162.7d2f6d12@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7d9c634676161a5dd24e36b249b63f29861f1f7 commit e7d9c634676161a5dd24e36b249b63f29861f1f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2026-02-23 09:47:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-02-23 11:14:03 +0000 net/openpgm: Update version 5-2-122=>5-3-128 - Pet portclippy - Adopt port Changelog: https://github.com/steve-o/openpgm/releases/tag/release-5-3-128 --- net/openpgm/Makefile | 22 ++++++------ net/openpgm/distinfo | 8 ++--- net/openpgm/files/patch-version__generator.py | 19 ---------- net/openpgm/pkg-plist | 50 +++++++++++++-------------- 4 files changed, 40 insertions(+), 59 deletions(-) diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile index 3fd9f9cc3e8f..6e5b8ea1d53c 100644 --- a/net/openpgm/Makefile +++ b/net/openpgm/Makefile @@ -1,12 +1,8 @@ PORTNAME= openpgm DISTVERSIONPREFIX= release- -DISTVERSION= 5-2-122 -PORTREVISION= 6 +DISTVERSION= 5-3-128 CATEGORIES= net devel -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch:-p3 - MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the PGM reliable multicast protocol WWW= https://code.google.com/p/openpgm/ @@ -14,20 +10,26 @@ WWW= https://code.google.com/p/openpgm/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf compiler:c11 pathfix perl5 libtool python:build USE_GITHUB= yes GH_ACCOUNT= steve-o +USE_LDCONFIG= yes +USE_PERL5= build GNU_CONFIGURE= yes -USES= autoreconf compiler:c11 pathfix perl5 libtool python:build -USE_PERL5= build -USE_LDCONFIG= yes -WRKSRC_SUBDIR= openpgm/pgm + INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS EXAMPLES +WRKSRC_SUBDIR= openpgm/pgm + PORTDOCS= draft-ietf-rmt-bb-pgmcc-03.txt rfc3208.txt PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + +post-extract: + ${MV} ${WRKSRC}/openpgm-5.2.pc.in ${WRKSRC}/openpgm-5.3.pc.in + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/../doc/,} ${STAGEDIR}${DOCSDIR} diff --git a/net/openpgm/distinfo b/net/openpgm/distinfo index 0485d8b2470c..ee3c0d9ab9c8 100644 --- a/net/openpgm/distinfo +++ b/net/openpgm/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1551424949 -SHA256 (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66 -SIZE (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = 583469 -SHA256 (ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch) = 4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114 -SIZE (ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch) = 990 +TIMESTAMP = 1771839261 +SHA256 (steve-o-openpgm-release-5-3-128_GH0.tar.gz) = 8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393 +SIZE (steve-o-openpgm-release-5-3-128_GH0.tar.gz) = 673842 diff --git a/net/openpgm/files/patch-version__generator.py b/net/openpgm/files/patch-version__generator.py deleted file mode 100644 index 28fc951d2e4f..000000000000 --- a/net/openpgm/files/patch-version__generator.py +++ /dev/null @@ -1,19 +0,0 @@ ---- version_generator.py.orig 2012-12-04 02:57:22 UTC -+++ version_generator.py -@@ -8,7 +8,7 @@ build_date = time.strftime ("%Y-%m-%d") - build_time = time.strftime ("%H:%M:%S") - build_rev = filter (str.isdigit, "$Revision: 1487 $") - --print """ -+print(""" - /* vim:ts=8:sts=8:sw=4:noai:noexpandtab - * - * OpenPGM version. -@@ -50,6 +50,6 @@ const char* pgm_build_revision = "%s"; - - - /* eof */ --"""%(build_date, build_time, platform.system(), platform.machine(), build_rev) -+"""%(build_date, build_time, platform.system(), platform.machine(), build_rev)) - - # end of file diff --git a/net/openpgm/pkg-plist b/net/openpgm/pkg-plist index e30c34515a0e..a2d02558a1ea 100644 --- a/net/openpgm/pkg-plist +++ b/net/openpgm/pkg-plist @@ -1,27 +1,27 @@ -include/pgm-5.2/pgm/atomic.h -include/pgm-5.2/pgm/engine.h -include/pgm-5.2/pgm/error.h -include/pgm-5.2/pgm/gsi.h -include/pgm-5.2/pgm/if.h -include/pgm-5.2/pgm/in.h -include/pgm-5.2/pgm/list.h -include/pgm-5.2/pgm/macros.h -include/pgm-5.2/pgm/mem.h -include/pgm-5.2/pgm/messages.h -include/pgm-5.2/pgm/msgv.h -include/pgm-5.2/pgm/packet.h -include/pgm-5.2/pgm/pgm.h -include/pgm-5.2/pgm/skbuff.h -include/pgm-5.2/pgm/socket.h -include/pgm-5.2/pgm/time.h -include/pgm-5.2/pgm/tsi.h -include/pgm-5.2/pgm/types.h -include/pgm-5.2/pgm/version.h -include/pgm-5.2/pgm/winint.h -include/pgm-5.2/pgm/wininttypes.h -include/pgm-5.2/pgm/zinttypes.h -lib/libpgm-5.2.so.0 -lib/libpgm-5.2.so.0.0.122 +include/pgm-5.3/pgm/atomic.h +include/pgm-5.3/pgm/engine.h +include/pgm-5.3/pgm/error.h +include/pgm-5.3/pgm/gsi.h +include/pgm-5.3/pgm/if.h +include/pgm-5.3/pgm/in.h +include/pgm-5.3/pgm/list.h +include/pgm-5.3/pgm/macros.h +include/pgm-5.3/pgm/mem.h +include/pgm-5.3/pgm/messages.h +include/pgm-5.3/pgm/msgv.h +include/pgm-5.3/pgm/packet.h +include/pgm-5.3/pgm/pgm.h +include/pgm-5.3/pgm/skbuff.h +include/pgm-5.3/pgm/socket.h +include/pgm-5.3/pgm/time.h +include/pgm-5.3/pgm/tsi.h +include/pgm-5.3/pgm/types.h +include/pgm-5.3/pgm/version.h +include/pgm-5.3/pgm/winint.h +include/pgm-5.3/pgm/wininttypes.h +include/pgm-5.3/pgm/zinttypes.h +lib/libpgm-5.3.so.0 +lib/libpgm-5.3.so.0.0.128 lib/libpgm.a lib/libpgm.so -libdata/pkgconfig/openpgm-5.2.pc +libdata/pkgconfig/openpgm-5.3.pchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c368d.39162.7d2f6d12>
