pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/applerecords Update to AppleRecords 0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9891d558bdfb
branches:  trunk
changeset: 482505:9891d558bdfb
user:      lha <lha%pkgsrc.org@localhost>
date:      Thu Oct 28 20:14:51 2004 +0000

description:
Update to AppleRecords 0.5
>From ChangeLog: Rewrote everything, added search and download

diffstat:

 audio/applerecords/Makefile |  10 ++++------
 audio/applerecords/distinfo |   6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r f713ad9f917d -r 9891d558bdfb audio/applerecords/Makefile
--- a/audio/applerecords/Makefile       Thu Oct 28 19:24:21 2004 +0000
+++ b/audio/applerecords/Makefile       Thu Oct 28 20:14:51 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/06 07:20:12 agc Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/28 20:14:51 lha Exp $
 #
 
-DISTNAME=              applerecords
-PKGNAME=               applerecords-0.4
+DISTNAME=              applerecords-0.5
 CATEGORIES=            audio
 MASTER_SITES=          http://www.cdavies.org/code/
 EXTRACT_SUFX=          .jar
@@ -11,18 +10,17 @@
 HOMEPAGE=              http://www.cdavies.org/applerecords.html
 COMMENT=               Java DAAP client
 
-DIST_SUBDIR=           ${PKGNAME}
 NO_BUILD=              # defined
 WRKSRC=                        ${WRKDIR}
 USE_JAVA=              run
 
 do-extract:
-       ${CP} ${DISTDIR}/${DIST_SUBDIR}/applerecords.jar ${WRKSRC}
+       ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.jar ${WRKSRC}
        ${SED} -e 's|@SH@|${SH}|g' -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/applerecords > ${WRKSRC}/applerecords
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/applerecords
-       ${INSTALL_DATA} ${WRKSRC}/applerecords.jar ${PREFIX}/lib/applerecords/applerecords.jar
+       ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/lib/applerecords/applerecords.jar
        ${INSTALL_SCRIPT} ${WRKSRC}/applerecords ${PREFIX}/bin
 
 .include "../../mk/bsd.pkg.mk"
diff -r f713ad9f917d -r 9891d558bdfb audio/applerecords/distinfo
--- a/audio/applerecords/distinfo       Thu Oct 28 19:24:21 2004 +0000
+++ b/audio/applerecords/distinfo       Thu Oct 28 20:14:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/06 07:20:12 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/10/28 20:14:51 lha Exp $
 
-SHA1 (applerecords-0.4/applerecords.jar) = d6f5b096af8c48e4532e2b0c4d76b825c406b842
-Size (applerecords-0.4/applerecords.jar) = 296053 bytes
+SHA1 (applerecords-0.5.jar) = 3347aa92512ecc41952d9cb291d193a4b098ab90
+Size (applerecords-0.5.jar) = 541553 bytes



Home | Main Index | Thread Index | Old Index