mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.8.1
This commit is contained in:
parent
0fd8340588
commit
4beae9aaec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272832
4 changed files with 27 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= aqemu
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
|
||||
|
||||
|
@ -25,10 +25,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
|
|||
|
||||
MAN1= aqemu.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700042
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (aqemu-0.8.0.tar.bz2) = 29e2e8663bb34d10888994766bb3aba3a916bbf18d2d10c189309c61e813c363
|
||||
SIZE (aqemu-0.8.0.tar.bz2) = 866896
|
||||
SHA256 (aqemu-0.8.1.tar.bz2) = 0fab894e5f49f688122ad15065bbdf278def1425a5d43ad2d64a21caf8dec41a
|
||||
SIZE (aqemu-0.8.1.tar.bz2) = 963345
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
--- ./CMakeLists.txt.orig 2010-07-12 16:29:53.000000000 +0400
|
||||
+++ ./CMakeLists.txt 2010-10-21 23:29:00.939352177 +0400
|
||||
@@ -248,7 +248,7 @@
|
||||
INSTALL( FILES ${app_menu} DESTINATION share/applications )
|
||||
|
||||
FILE( GLOB app_menu "${CMAKE_CURRENT_SOURCE_DIR}/aqemu.1.gz" )
|
||||
-INSTALL( FILES ${app_menu} DESTINATION share/man/man1 )
|
||||
+INSTALL( FILES ${app_menu} DESTINATION man/man1 )
|
||||
|
||||
# Create docs .bz2 files
|
||||
MACRO( create_docs _sources )
|
||||
--- ./CMakeLists.txt.orig 2010-12-21 19:45:24.000000000 +0300
|
||||
+++ ./CMakeLists.txt 2011-04-17 13:03:32.608958928 +0400
|
||||
@@ -318,6 +318,6 @@
|
||||
MESSAGE( STATUS "MAN_PAGE_COMPRESSOR flag not set. Available values: gzip, bzip2, lzma" )
|
||||
MESSAGE( STATUS "Will be installed not compressed MAN pages" )
|
||||
|
||||
- INSTALL( FILES ${CMAKE_SOURCE_DIR}/aqemu.1 DESTINATION share/man/man1 )
|
||||
+ INSTALL( FILES ${CMAKE_SOURCE_DIR}/aqemu.1 DESTINATION man/man1 )
|
||||
ENDIF( COMPRESSOR_SUFFIX )
|
||||
ENDIF( INSTALL_MAN )
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
bin/aqemu
|
||||
share/applications/aqemu.desktop
|
||||
share/aqemu/German.qm
|
||||
share/aqemu/Russian.qm
|
||||
share/aqemu/aqemu_links.html
|
||||
share/aqemu/crystalsvg_icons.rcc
|
||||
share/aqemu/os_icons/alt.png
|
||||
share/aqemu/os_icons/aptosid.png
|
||||
share/aqemu/os_icons/arch.png
|
||||
share/aqemu/os_icons/asp.png
|
||||
share/aqemu/os_icons/centos.png
|
||||
|
@ -13,20 +15,31 @@ share/aqemu/os_icons/fedora.png
|
|||
share/aqemu/os_icons/freebsd.png
|
||||
share/aqemu/os_icons/gentoo.png
|
||||
share/aqemu/os_icons/knoppix.png
|
||||
share/aqemu/os_icons/knoppix_v2.png
|
||||
share/aqemu/os_icons/kubuntu.png
|
||||
share/aqemu/os_icons/kubuntu_v2.png
|
||||
share/aqemu/os_icons/lunar.png
|
||||
share/aqemu/os_icons/mac.png
|
||||
share/aqemu/os_icons/mandriva.png
|
||||
share/aqemu/os_icons/mepis.png
|
||||
share/aqemu/os_icons/mint.png
|
||||
share/aqemu/os_icons/netbsd.png
|
||||
share/aqemu/os_icons/novell.png
|
||||
share/aqemu/os_icons/openbsd.png
|
||||
share/aqemu/os_icons/opensolaris.png
|
||||
share/aqemu/os_icons/pclinuxos.png
|
||||
share/aqemu/os_icons/puppy.png
|
||||
share/aqemu/os_icons/redhat.png
|
||||
share/aqemu/os_icons/sabayon.png
|
||||
share/aqemu/os_icons/slackware.png
|
||||
share/aqemu/os_icons/slackware_v2.png
|
||||
share/aqemu/os_icons/solaris.png
|
||||
share/aqemu/os_icons/suse-novell.png
|
||||
share/aqemu/os_icons/suse.png
|
||||
share/aqemu/os_icons/symphony.png
|
||||
share/aqemu/os_icons/ubuntu.png
|
||||
share/aqemu/os_icons/ubuntu_v2.png
|
||||
share/aqemu/os_icons/xubuntu.png
|
||||
share/aqemu/os_templates/FreeBSD 4.aqvmt
|
||||
share/aqemu/os_templates/FreeBSD 7.aqvmt
|
||||
share/aqemu/os_templates/FreeBSD 8.aqvmt
|
||||
|
|
Loading…
Add table
Reference in a new issue