*/biosfont*: update to 1.3.1, migrate to codeberg
This commit is contained in:
parent
89e4a5f8de
commit
93461b5b7c
4 changed files with 15 additions and 17 deletions
|
@ -1,19 +1,18 @@
|
||||||
PORTNAME= biosfont-demos
|
PORTNAME= biosfont-demos
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3.1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
|
MASTER_SITES= https://codeberg.org/rene0/biosfont/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= Demos for the biosfont kernel module
|
COMMENT= Demos for the biosfont kernel module
|
||||||
WWW= https://github.com/rene0/biosfont
|
WWW= https://codeberg.org/rene0/biosfont
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:sysutils/biosfont
|
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:sysutils/biosfont
|
||||||
RUN_DEPENDS= /boot/modules/biosfont.ko:sysutils/biosfont
|
RUN_DEPENDS= /boot/modules/biosfont.ko:sysutils/biosfont
|
||||||
|
|
||||||
USE_GITHUB= yes
|
WRKSRC= ${WRKDIR}/biosfont
|
||||||
GH_ACCOUNT= rene0
|
|
||||||
GH_PROJECT= biosfont
|
|
||||||
WRKSRC_SUBDIR= biosfont-demos
|
WRKSRC_SUBDIR= biosfont-demos
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1577226007
|
TIMESTAMP = 1708897109
|
||||||
SHA256 (rene0-biosfont-1.3_GH0.tar.gz) = b712b6f192e298d600bbe7e3765e7874d7eb49b6f7909dc9b1045c84f062dd39
|
SHA256 (biosfont-demos-1.3.1.tar.gz) = 13f13725450595a313f760d94b8beb3c99ac527763c9b273b6873fd403a33bdc
|
||||||
SIZE (rene0-biosfont-1.3_GH0.tar.gz) = 6174
|
SIZE (biosfont-demos-1.3.1.tar.gz) = 6097
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
PORTNAME= biosfont
|
PORTNAME= biosfont
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
|
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
|
||||||
WWW= https://github.com/rene0/biosfont
|
WWW= https://codeberg.org/rene0/biosfont
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
# only platforms guaranteed to be ok, feedback/patches are welcome
|
# only platforms guaranteed to be ok, feedback/patches are welcome
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
|
|
||||||
USES= uidfix kmod
|
USES= kmod uidfix
|
||||||
USE_GITHUB= yes
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
GH_ACCOUNT= rene0
|
|
||||||
WRKSRC_SUBDIR= biosfont
|
WRKSRC_SUBDIR= biosfont
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1577225565
|
TIMESTAMP = 1708897231
|
||||||
SHA256 (rene0-biosfont-1.3_GH0.tar.gz) = b712b6f192e298d600bbe7e3765e7874d7eb49b6f7909dc9b1045c84f062dd39
|
SHA256 (biosfont-1.3.1.tar.gz) = 13f13725450595a313f760d94b8beb3c99ac527763c9b273b6873fd403a33bdc
|
||||||
SIZE (rene0-biosfont-1.3_GH0.tar.gz) = 6174
|
SIZE (biosfont-1.3.1.tar.gz) = 6097
|
||||||
|
|
Loading…
Reference in a new issue