svn commit: r420335 - in head/ftp/multiget: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Aug 17 11:46:13 UTC 2016
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 at 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.
More information about the svn-ports-head
mailing list