From 337ff753c6dc1d8f9912489328fba1b72e5a39ca Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 17 Aug 2016 11:46:12 +0000 Subject: [PATCH] - Add LICENSE - Drop unneeded WX_UNICODE - Simplify installation - Regenerate patches with `make makepatch` --- ftp/multiget/Makefile | 9 ++++----- ftp/multiget/files/patch-common.h | 2 +- ftp/multiget/files/patch-mgftpbase.cpp | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile index 88284389836f..1f13ac7f561f 100644 --- a/ftp/multiget/Makefile +++ b/ftp/multiget/Makefile @@ -10,11 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= HTTP/FTP downloader with a nice GUI +LICENSE= GPLv2+ + WRKSRC_SUBDIR= src USES= alias dos2unix USE_WX= 2.8 -WX_UNICODE= yes MAKEFILE= makefile ALL_TARGET= MultiGet @@ -35,9 +36,7 @@ post-patch: ${WRKSRC}/${MAKEFILE} do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} MultiGet \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME}) - (cd ${WRKSRC}/.. && ${INSTALL_DATA} MultiGet.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps) + ${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/../MultiGet.png ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/ftp/multiget/files/patch-common.h b/ftp/multiget/files/patch-common.h index 0a64d402c1b4..5625ac2f3481 100644 --- a/ftp/multiget/files/patch-common.h +++ b/ftp/multiget/files/patch-common.h @@ -1,4 +1,4 @@ ---- common.h.orig 2015-10-04 16:03:02 UTC +--- common.h.orig 2016-08-15 13:26:19 UTC +++ common.h @@ -24,6 +24,8 @@ #ifndef _COMMON_H diff --git a/ftp/multiget/files/patch-mgftpbase.cpp b/ftp/multiget/files/patch-mgftpbase.cpp index c9987f2c2ef3..d36af91d376a 100644 --- a/ftp/multiget/files/patch-mgftpbase.cpp +++ b/ftp/multiget/files/patch-mgftpbase.cpp @@ -1,4 +1,4 @@ ---- mgftpbase.cpp.orig +--- mgftpbase.cpp.orig 2016-08-15 13:26:19 UTC +++ mgftpbase.cpp @@ -22,6 +22,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.