pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/profit Profit has changed to versioned distfil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98d42fcea6fb
branches:  trunk
changeset: 502273:98d42fcea6fb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 03 19:45:20 2005 +0000

description:
Profit has changed to versioned distfiles almost a year ago, so there's
no need to keep DIST_SUBDIR. Also fixed the misuse of WRKSRC to define
BUILD_DIRS.

diffstat:

 biology/profit/Makefile         |  16 +++++++---------
 biology/profit/distinfo         |  10 +++++-----
 biology/profit/patches/patch-aa |   6 +++---
 3 files changed, 15 insertions(+), 17 deletions(-)

diffs (68 lines):

diff -r 92b9685f52fd -r 98d42fcea6fb biology/profit/Makefile
--- a/biology/profit/Makefile   Thu Nov 03 19:40:12 2005 +0000
+++ b/biology/profit/Makefile   Thu Nov 03 19:45:20 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:41 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/03 19:45:20 rillig Exp $
 #
 
-DISTNAME=              profit
+DISTNAME=              ProFitV2.2
 PKGNAME=               profit-2.2
 CATEGORIES=            biology
 MASTER_SITES=          http://acrmwww.biochem.ucl.ac.uk/software/profit/235216/
@@ -10,20 +10,18 @@
 HOMEPAGE=              http://acrmwww.biochem.ucl.ac.uk/programs/profit/index.html
 COMMENT=               Performs least squares fits of two protein structures
 
-DIST_SUBDIR=           ${DISTNAME}
-BUILD_TARGET=          ${DISTNAME}
-WRKSRC=                        ${WRKDIR}/ProFitV2.2/src
+BUILD_TARGET=          profit
+BUILD_DIRS=            src
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/profit ${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/profit ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/profit
 .for sufx in dvi ps tex
-       ${INSTALL_DATA} ${WRKSRC}/../doc/ProFit.${sufx}                 \
-               ${PREFIX}/share/doc/profit
+       ${INSTALL_DATA} ${WRKSRC}/doc/ProFit.${sufx} ${PREFIX}/share/doc/profit
 .endfor
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/profit
-       cd ${WRKSRC}/../doc/ProFit/ &&                                  \
+       cd ${WRKSRC}/doc/ProFit/ &&                                     \
                ${PAX} -rw . ${PREFIX}/share/doc/html/profit/
 
 .include "../../mk/bsd.pkg.mk"
diff -r 92b9685f52fd -r 98d42fcea6fb biology/profit/distinfo
--- a/biology/profit/distinfo   Thu Nov 03 19:40:12 2005 +0000
+++ b/biology/profit/distinfo   Thu Nov 03 19:45:20 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/22 21:28:56 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/11/03 19:45:20 rillig Exp $
 
-SHA1 (profit/profit.tar.gz) = 57e94944fd469ab24d53f15a5a836498c4bb7d1d
-RMD160 (profit/profit.tar.gz) = 5674c0eb51af6629fd0f1b39585209fa18393e65
-Size (profit/profit.tar.gz) = 242731 bytes
-SHA1 (patch-aa) = 3c2f745109183b38ac56799e3576997f931c93b3
+SHA1 (ProFitV2.2.tar.gz) = 57e94944fd469ab24d53f15a5a836498c4bb7d1d
+RMD160 (ProFitV2.2.tar.gz) = 5674c0eb51af6629fd0f1b39585209fa18393e65
+Size (ProFitV2.2.tar.gz) = 242731 bytes
+SHA1 (patch-aa) = d9440aa89664c76b38a6f8c8cdd7ae61cb6c7572
diff -r 92b9685f52fd -r 98d42fcea6fb biology/profit/patches/patch-aa
--- a/biology/profit/patches/patch-aa   Thu Nov 03 19:40:12 2005 +0000
+++ b/biology/profit/patches/patch-aa   Thu Nov 03 19:45:20 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/27 23:18:27 jschauma Exp $
+$NetBSD: patch-aa,v 1.2 2005/11/03 19:45:20 rillig Exp $
 
---- Makefile.orig      2002-08-06 07:56:26.000000000 -0400
-+++ Makefile   2003-09-27 19:11:59.000000000 -0400
+--- src/Makefile.orig  2002-08-06 07:56:26.000000000 -0400
++++ src/Makefile       2003-09-27 19:11:59.000000000 -0400
 @@ -7,7 +7,7 @@
  #
  # To allow decompression of gzipped PDB files on the fly, change the 



Home | Main Index | Thread Index | Old Index