From owner-svn-ports-head@freebsd.org Wed Aug 17 11:46:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5A76BBC713; Wed, 17 Aug 2016 11:46:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA461B79; Wed, 17 Aug 2016 11:46:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7HBkC67005860; Wed, 17 Aug 2016 11:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7HBkC70005857; Wed, 17 Aug 2016 11:46:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608171146.u7HBkC70005857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Aug 2016 11:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420335 - in head/ftp/multiget: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 11:46:13 -0000 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 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.