Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2002 17:15:58 +0900 (JST)
From:      Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        rmiya@cc.hirosaki-u.ac.jp
Subject:   ports/34196: update port biology/molden 
Message-ID:  <200201230815.g0N8Fwj32275@scarab.st.hirosaki-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         34196
>Category:       ports
>Synopsis:       update port biology/molden
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 23 00:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ryo MIYAMOTO
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Hirosaki Univ. 
>Environment:
System: FreeBSD 4.4-STABLE #0: Mon Oct 22 23:52:42 JST 2001 i386

	
>Description:
Updating patches are attached below.
	
>How-To-Repeat:
	
>Fix:

diff -ruN molden/Makefile molden.new/Makefile
--- molden/Makefile	Thu Nov 29 23:29:41 2001
+++ molden.new/Makefile	Fri Nov 30 00:03:53 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	molden
-PORTVERSION=	3.6
+PORTVERSION=	3.7
 PORTREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/
@@ -14,14 +14,11 @@
 EXTRACT_SUFX=	.tar.Z
 EXTRACT_ONLY=	${PORTNAME}${PORTVERSION}.tar.Z
 
-PATCH_SITES=	ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/bin/
-PATCHFILES=	${PORTNAME}${PORTVERSION}-freebsd
-
 MAINTAINER=	rmiya@cc.hirosaki-u.ac.jp
 
 RESTRICTED=	"free for academic, non profit usage;"
 NO_CDROM=	"Do not re-distribute source and executable."
-NO_PACKAGE=	"Though the source codes is accessible, the author is hoping for distribution in an original binary form."
+NO_PACKAGE=	"Though the source codes are accessible, the author is hoping for distribution in an original form."
 MAKEFILE=	${WRKSRC}/makefile
 
 .include <bsd.port.pre.mk>
@@ -29,36 +26,12 @@
 post-configure:
 	@${ECHO_MSG} "********************"
 	@${ECHO_MSG} "**  If you want to use a larger MOLDEN,"
-	@${ECHO_MSG} "**  edit change_parameter, change_parameter.sh"
-	@${ECHO_MSG} "**  or utils/*, and run them before building it."
-	@${ECHO_MSG} "********************"
-
-pre-build:
-.if defined(ORIGINALBINARY)
-	@${ECHO_MSG} "********************"
-	@${ECHO_MSG} "**  using original binary"
-	@${ECHO_MSG} "********************"
-.elif defined(MYBINARY)
+	@${ECHO_MSG} "**  edit change_parameter.sh and run it,"
+	@${ECHO_MSG} "**  before \'make build\'."
 	@${ECHO_MSG} "********************"
-	@${ECHO_MSG} "**  re-build your own MOLDEN"
-	@${ECHO_MSG} "********************"
-.else
-	@${ECHO_MSG} "********************"
-	@${ECHO_MSG} "**  set ORIGINALBINARY=yes or MYBINARY=yes"
-	@${ECHO_MSG} "********************"
-	@exit 1
-.endif
 
 do-build:
-.if defined(ORIGINALBINARY)
-	${CP}  ${DISTDIR}/${PORTNAME}${PORTVERSION}-freebsd ${WRKSRC}/molden
-.elif defined(MYBINARY)
 	(cd ${WRKSRC} && ${MAKE})
-.else
-	@${ECHO_MSG} "********************"
-	@${ECHO_MSG} "**  set ORIGINALBINARY=yes or MYBINARY=yes"
-	@${ECHO_MSG} "********************"
-.endif
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/molden ${PREFIX}/bin/
diff -ruN molden/distinfo molden.new/distinfo
--- molden/distinfo	Thu Nov 29 23:29:41 2001
+++ molden.new/distinfo	Fri Nov 30 00:05:43 2001
@@ -1,2 +1 @@
-MD5 (molden3.6.tar.Z) = 33fe2031c540569b7d55ea2b8de04443
-MD5 (molden3.6-freebsd) = 6c0b10b7ad5f64534c9f0d2410f0c4c2
+MD5 (molden3.7.tar.Z) = 1fc455d8f8b2a1c2f0b399a6f9b98b71
	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201230815.g0N8Fwj32275>