diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-18 05:06:58 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-18 05:06:58 +0800 |
commit | 308c853836ff3c1a7a3db9e2c899975d51e8dc27 (patch) | |
tree | e1c210da4968666a6f173c8b885c9e4474a700d8 /net-p2p/limewire | |
parent | f63c13756033fc4bf4e93b7c082f79aee4d30ed6 (diff) | |
download | freebsd-ports-gnome-308c853836ff3c1a7a3db9e2c899975d51e8dc27.tar.gz freebsd-ports-gnome-308c853836ff3c1a7a3db9e2c899975d51e8dc27.tar.zst freebsd-ports-gnome-308c853836ff3c1a7a3db9e2c899975d51e8dc27.zip |
- Update to 4.18.2.
PR: ports/124362
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer timeout
Reported by: pointyhat via erwin
Diffstat (limited to 'net-p2p/limewire')
-rw-r--r-- | net-p2p/limewire/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/limewire/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-p2p/limewire/Makefile b/net-p2p/limewire/Makefile index d81534877ae0..cb5c9b6e3832 100644 --- a/net-p2p/limewire/Makefile +++ b/net-p2p/limewire/Makefile @@ -6,8 +6,7 @@ # PORTNAME= limewire -PORTVERSION= 4.18.1 -PORTREVISION= 1 +PORTVERSION= 4.18.2 PORTEPOCH= 1 CATEGORIES= net-p2p java MASTER_SITES= http://www10.limewire.com/download/ @@ -34,12 +33,12 @@ post-extract: ${MV} README.txt .. do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}/ ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/* ${DATADIR} + ${CP} -R ${WRKSRC}/* ${DATADIR}/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/README.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/README.txt ${DOCSDIR}/ .endif .include <bsd.port.mk> diff --git a/net-p2p/limewire/distinfo b/net-p2p/limewire/distinfo index 81e8b28c5889..c6b5d94e71a6 100644 --- a/net-p2p/limewire/distinfo +++ b/net-p2p/limewire/distinfo @@ -1,3 +1,3 @@ -MD5 (LimeWireOther.zip) = 58777a5617acf63f4070c283cef26668 -SHA256 (LimeWireOther.zip) = 73409da7eae8480f4c8986c53253c497565aeb042352ea3b694f707f648214e5 -SIZE (LimeWireOther.zip) = 10402626 +MD5 (LimeWireOther.zip) = 9f3c1fb209c0a23f25a6c6c3e4ecc911 +SHA256 (LimeWireOther.zip) = b6cb76e9d42044634af00bdd0c40d9dda117b17fefbcaa2d997556f15fc3062b +SIZE (LimeWireOther.zip) = 10402494 |