mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to version 0.2.18
- Fix security vulnerability - Give maintainership to Markus Brueffer <brueffer@phoenix-systems.de> PR: 56510 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer timeout > 2 months)
This commit is contained in:
parent
37e893340e
commit
68db273cac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88622
@ -7,39 +7,33 @@
|
||||
#
|
||||
|
||||
PORTNAME= dcgui
|
||||
PORTVERSION= 0.1.11
|
||||
PORTVERSION= 0.2.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
MASTER_SITES= http://download.berlios.de/dcgui/ \
|
||||
http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
|
||||
http://download.berlios.de/dcgui/ \
|
||||
ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
|
||||
http://dc.ketelhot.de/files/dcgui/unstable/source/
|
||||
MASTER_SITE_SUBDIR= dc-gui
|
||||
DISTNAME= dcgui-0.1beta11
|
||||
ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/
|
||||
DISTNAME= dcgui-qt-${PORTVERSION}
|
||||
|
||||
MAINTAINER= e96sv@yahoo.se
|
||||
MAINTAINER= brueffer@phoenix-systems.de
|
||||
COMMENT= A Direct Connect client QT GUI
|
||||
FORBIDDEN= "security bug--see <URL:http://dc.ketelhot.de/news.php>"
|
||||
|
||||
LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_QT_VER=3
|
||||
USE_QT_VER= 3
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
||||
--with-xml-prefix=${LOCALBASE} \
|
||||
--program-prefix=
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
# Fix libxml2 test
|
||||
# And, do not add optimizations because it might break some ARCHs, e.g.,
|
||||
# alpha
|
||||
@${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \
|
||||
s@-O2@@' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dcgui-0.1beta11.tar.bz2) = 0487c67a4a205fb1846df19d611b1aee
|
||||
MD5 (dcgui-qt-0.2.18.tar.bz2) = 73d9ef4848340a0c870641caec966a00
|
||||
|
7
net-p2p/valknut/pkg-message
Normal file
7
net-p2p/valknut/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
**********************************************************************
|
||||
|
||||
dcgui might dump core when being closed. However this has no impact
|
||||
on functionality as well as saving settings. This is a known problem
|
||||
and being worked on.
|
||||
|
||||
**********************************************************************
|
@ -1 +1,23 @@
|
||||
bin/dcgui
|
||||
bin/dcgui-qt
|
||||
share/dcgui/emoticons/emotes.xml
|
||||
share/dcgui/emoticons/emoticons.xpm
|
||||
share/dcgui/translation/dcgui.cs.qm
|
||||
share/dcgui/translation/dcgui.da.qm
|
||||
share/dcgui/translation/dcgui.de.qm
|
||||
share/dcgui/translation/dcgui.en_GB.qm
|
||||
share/dcgui/translation/dcgui.es.qm
|
||||
share/dcgui/translation/dcgui.fi.qm
|
||||
share/dcgui/translation/dcgui.fr.qm
|
||||
share/dcgui/translation/dcgui.hu.qm
|
||||
share/dcgui/translation/dcgui.is.qm
|
||||
share/dcgui/translation/dcgui.it.qm
|
||||
share/dcgui/translation/dcgui.lv.qm
|
||||
share/dcgui/translation/dcgui.nb.qm
|
||||
share/dcgui/translation/dcgui.nl.qm
|
||||
share/dcgui/translation/dcgui.pl.qm
|
||||
share/dcgui/translation/dcgui.ro.qm
|
||||
share/dcgui/translation/dcgui.sk.qm
|
||||
share/dcgui/translation/dcgui.sv.qm
|
||||
@dirrm share/dcgui/translation
|
||||
@dirrm share/dcgui/emoticons
|
||||
@dirrm share/dcgui
|
||||
|
@ -7,39 +7,33 @@
|
||||
#
|
||||
|
||||
PORTNAME= dcgui
|
||||
PORTVERSION= 0.1.11
|
||||
PORTVERSION= 0.2.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
MASTER_SITES= http://download.berlios.de/dcgui/ \
|
||||
http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
|
||||
http://download.berlios.de/dcgui/ \
|
||||
ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
|
||||
http://dc.ketelhot.de/files/dcgui/unstable/source/
|
||||
MASTER_SITE_SUBDIR= dc-gui
|
||||
DISTNAME= dcgui-0.1beta11
|
||||
ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/
|
||||
DISTNAME= dcgui-qt-${PORTVERSION}
|
||||
|
||||
MAINTAINER= e96sv@yahoo.se
|
||||
MAINTAINER= brueffer@phoenix-systems.de
|
||||
COMMENT= A Direct Connect client QT GUI
|
||||
FORBIDDEN= "security bug--see <URL:http://dc.ketelhot.de/news.php>"
|
||||
|
||||
LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_QT_VER=3
|
||||
USE_QT_VER= 3
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
||||
--with-xml-prefix=${LOCALBASE} \
|
||||
--program-prefix=
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
# Fix libxml2 test
|
||||
# And, do not add optimizations because it might break some ARCHs, e.g.,
|
||||
# alpha
|
||||
@${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \
|
||||
s@-O2@@' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dcgui-0.1beta11.tar.bz2) = 0487c67a4a205fb1846df19d611b1aee
|
||||
MD5 (dcgui-qt-0.2.18.tar.bz2) = 73d9ef4848340a0c870641caec966a00
|
||||
|
7
net/dcgui/pkg-message
Normal file
7
net/dcgui/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
**********************************************************************
|
||||
|
||||
dcgui might dump core when being closed. However this has no impact
|
||||
on functionality as well as saving settings. This is a known problem
|
||||
and being worked on.
|
||||
|
||||
**********************************************************************
|
@ -1 +1,23 @@
|
||||
bin/dcgui
|
||||
bin/dcgui-qt
|
||||
share/dcgui/emoticons/emotes.xml
|
||||
share/dcgui/emoticons/emoticons.xpm
|
||||
share/dcgui/translation/dcgui.cs.qm
|
||||
share/dcgui/translation/dcgui.da.qm
|
||||
share/dcgui/translation/dcgui.de.qm
|
||||
share/dcgui/translation/dcgui.en_GB.qm
|
||||
share/dcgui/translation/dcgui.es.qm
|
||||
share/dcgui/translation/dcgui.fi.qm
|
||||
share/dcgui/translation/dcgui.fr.qm
|
||||
share/dcgui/translation/dcgui.hu.qm
|
||||
share/dcgui/translation/dcgui.is.qm
|
||||
share/dcgui/translation/dcgui.it.qm
|
||||
share/dcgui/translation/dcgui.lv.qm
|
||||
share/dcgui/translation/dcgui.nb.qm
|
||||
share/dcgui/translation/dcgui.nl.qm
|
||||
share/dcgui/translation/dcgui.pl.qm
|
||||
share/dcgui/translation/dcgui.ro.qm
|
||||
share/dcgui/translation/dcgui.sk.qm
|
||||
share/dcgui/translation/dcgui.sv.qm
|
||||
@dirrm share/dcgui/translation
|
||||
@dirrm share/dcgui/emoticons
|
||||
@dirrm share/dcgui
|
||||
|
@ -7,39 +7,33 @@
|
||||
#
|
||||
|
||||
PORTNAME= dcgui
|
||||
PORTVERSION= 0.1.11
|
||||
PORTVERSION= 0.2.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
MASTER_SITES= http://download.berlios.de/dcgui/ \
|
||||
http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
|
||||
http://download.berlios.de/dcgui/ \
|
||||
ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
|
||||
http://dc.ketelhot.de/files/dcgui/unstable/source/
|
||||
MASTER_SITE_SUBDIR= dc-gui
|
||||
DISTNAME= dcgui-0.1beta11
|
||||
ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/
|
||||
DISTNAME= dcgui-qt-${PORTVERSION}
|
||||
|
||||
MAINTAINER= e96sv@yahoo.se
|
||||
MAINTAINER= brueffer@phoenix-systems.de
|
||||
COMMENT= A Direct Connect client QT GUI
|
||||
FORBIDDEN= "security bug--see <URL:http://dc.ketelhot.de/news.php>"
|
||||
|
||||
LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_QT_VER=3
|
||||
USE_QT_VER= 3
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
||||
--with-xml-prefix=${LOCALBASE} \
|
||||
--program-prefix=
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
# Fix libxml2 test
|
||||
# And, do not add optimizations because it might break some ARCHs, e.g.,
|
||||
# alpha
|
||||
@${REINPLACE_CMD} -e 's@xmlversion.h@libxml/xmlversion.h@; \
|
||||
s@-O2@@' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dcgui-0.1beta11.tar.bz2) = 0487c67a4a205fb1846df19d611b1aee
|
||||
MD5 (dcgui-qt-0.2.18.tar.bz2) = 73d9ef4848340a0c870641caec966a00
|
||||
|
7
net/valknut/pkg-message
Normal file
7
net/valknut/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
**********************************************************************
|
||||
|
||||
dcgui might dump core when being closed. However this has no impact
|
||||
on functionality as well as saving settings. This is a known problem
|
||||
and being worked on.
|
||||
|
||||
**********************************************************************
|
@ -1 +1,23 @@
|
||||
bin/dcgui
|
||||
bin/dcgui-qt
|
||||
share/dcgui/emoticons/emotes.xml
|
||||
share/dcgui/emoticons/emoticons.xpm
|
||||
share/dcgui/translation/dcgui.cs.qm
|
||||
share/dcgui/translation/dcgui.da.qm
|
||||
share/dcgui/translation/dcgui.de.qm
|
||||
share/dcgui/translation/dcgui.en_GB.qm
|
||||
share/dcgui/translation/dcgui.es.qm
|
||||
share/dcgui/translation/dcgui.fi.qm
|
||||
share/dcgui/translation/dcgui.fr.qm
|
||||
share/dcgui/translation/dcgui.hu.qm
|
||||
share/dcgui/translation/dcgui.is.qm
|
||||
share/dcgui/translation/dcgui.it.qm
|
||||
share/dcgui/translation/dcgui.lv.qm
|
||||
share/dcgui/translation/dcgui.nb.qm
|
||||
share/dcgui/translation/dcgui.nl.qm
|
||||
share/dcgui/translation/dcgui.pl.qm
|
||||
share/dcgui/translation/dcgui.ro.qm
|
||||
share/dcgui/translation/dcgui.sk.qm
|
||||
share/dcgui/translation/dcgui.sv.qm
|
||||
@dirrm share/dcgui/translation
|
||||
@dirrm share/dcgui/emoticons
|
||||
@dirrm share/dcgui
|
||||
|
Loading…
Reference in New Issue
Block a user