From 7aa6858aba45af87b7207154a93a823217654cca Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 5 Dec 2020 10:32:32 +0000 Subject: [PATCH] bump version in BSD package files also prefix date with "d" as recommended at the bottom of https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html Signed-off-by: Ivailo Monev --- package/freebsd/Makefile | 2 +- package/netbsd/Makefile | 2 +- package/openbsd/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/freebsd/Makefile b/package/freebsd/Makefile index 6ef87aa6f..1d229f3e5 100644 --- a/package/freebsd/Makefile +++ b/package/freebsd/Makefile @@ -3,7 +3,7 @@ # https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ PORTNAME = katie -DISTVERSION = 4.9.0.20200114 +DISTVERSION = 4.9.0.d20201205 CATEGORIES = devel x11 ftp net www MAINTAINER = xakepa10@gmail.com COMMENT = C++ toolkit derived from the Qt 4.8 framework diff --git a/package/netbsd/Makefile b/package/netbsd/Makefile index d22af73c9..f0e5ff171 100644 --- a/package/netbsd/Makefile +++ b/package/netbsd/Makefile @@ -4,7 +4,7 @@ # https://www.netbsd.org/docs/pkgsrc/ DISTNAME = master -PKGNAME = katie-4.9.0.20200114 +PKGNAME = katie-4.9.0.d20201205 CATEGORIES = devel x11 net www MAINTAINER = xakepa10@gmail.com COMMENT = C++ toolkit deived from the Qt 4.8 framework diff --git a/package/openbsd/Makefile b/package/openbsd/Makefile index fea226b4f..e55cfbb03 100644 --- a/package/openbsd/Makefile +++ b/package/openbsd/Makefile @@ -3,7 +3,7 @@ # https://www.openbsd.org/faq/ports/ DISTNAME = katie -PKGNAME = katie-4.9.0.20200114 +PKGNAME = katie-4.9.0.d20201205 CATEGORIES = devel x11 net www MAINTAINER = Ivailo Monev COMMENT = C++ toolkit derived from the Qt 4.8 framework -- 2.11.0