Date: Wed, 17 Aug 2016 11:46:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420335 - in head/ftp/multiget: . files Message-ID: <201608171146.u7HBkC70005857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Aug 17 11:46:12 2016 New Revision: 420335 URL: https://svnweb.freebsd.org/changeset/ports/420335 Log: - Add LICENSE - Drop unneeded WX_UNICODE - Simplify installation - Regenerate patches with `make makepatch` Modified: head/ftp/multiget/Makefile head/ftp/multiget/files/patch-common.h head/ftp/multiget/files/patch-mgftpbase.cpp Modified: head/ftp/multiget/Makefile ============================================================================== --- head/ftp/multiget/Makefile Wed Aug 17 11:45:22 2016 (r420334) +++ head/ftp/multiget/Makefile Wed Aug 17 11:46:12 2016 (r420335) @@ -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 <bsd.port.mk> Modified: head/ftp/multiget/files/patch-common.h ============================================================================== --- head/ftp/multiget/files/patch-common.h Wed Aug 17 11:45:22 2016 (r420334) +++ head/ftp/multiget/files/patch-common.h Wed Aug 17 11:46:12 2016 (r420335) @@ -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 Modified: head/ftp/multiget/files/patch-mgftpbase.cpp ============================================================================== --- head/ftp/multiget/files/patch-mgftpbase.cpp Wed Aug 17 11:45:22 2016 (r420334) +++ head/ftp/multiget/files/patch-mgftpbase.cpp Wed Aug 17 11:46:12 2016 (r420335) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608171146.u7HBkC70005857>