mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/bhyvemgr: Updadte to 1.0.1
- Add pkg-message file ChangeLog at: https://github.com/alonsobsd/bhyvemgr/compare/v1.0.0...v1.0.1
This commit is contained in:
parent
ed7a34786e
commit
ec1246d787
3 changed files with 24 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= bhyvemgr
|
PORTNAME= bhyvemgr
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ USE_GNOME_gtk2= cairo
|
||||||
USE_FPC+= ${USE_FPC_${FLAVOR}}
|
USE_FPC+= ${USE_FPC_${FLAVOR}}
|
||||||
USE_GNOME+= ${USE_GNOME_${FLAVOR}}
|
USE_GNOME+= ${USE_GNOME_${FLAVOR}}
|
||||||
|
|
||||||
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
${INSTALL_DATA} ${WRKSRC}/setup/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
|
${INSTALL_DATA} ${WRKSRC}/setup/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1725763145
|
TIMESTAMP = 1725841232
|
||||||
SHA256 (alonsobsd-bhyvemgr-v1.0.0_GH0.tar.gz) = 27246df9506d58b172cd6f2d3e2bd4ee719f4998734c0493e6605099da43d859
|
SHA256 (alonsobsd-bhyvemgr-v1.0.1_GH0.tar.gz) = 7b61ceb11febd24ed3777412ec2a4e2aed66b89ad24ef002cebf606371637ee1
|
||||||
SIZE (alonsobsd-bhyvemgr-v1.0.0_GH0.tar.gz) = 239802
|
SIZE (alonsobsd-bhyvemgr-v1.0.1_GH0.tar.gz) = 238481
|
||||||
|
|
18
sysutils/bhyvemgr/files/pkg-message.in
Normal file
18
sysutils/bhyvemgr/files/pkg-message.in
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
|
bhyvemgr was installed
|
||||||
|
|
||||||
|
1) bhyvemgr config file is located at ~/.config/bhyvemgr
|
||||||
|
|
||||||
|
2) It can be compiled with supports for gtk2, qt5 or qt6 graphic interfaces
|
||||||
|
|
||||||
|
3) Some configurations are necessary for a better use of bhyvemgr. Take a look
|
||||||
|
at the following url:
|
||||||
|
|
||||||
|
https://github.com/alonsobsd/bhyvemgr/blob/main/README.md
|
||||||
|
|
||||||
|
4) Enjoy it ;)
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue