diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-19 09:17:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-19 09:17:07 +0800 |
commit | edff8675825bd96a37b25e9617866561a72e3a79 (patch) | |
tree | aa05e41dbacb802b39572664cf9d611ec092dca7 /biology/distribfold | |
parent | 6f17553ad1f400cfcaa0c4788ff3865336d42d81 (diff) | |
download | freebsd-ports-graphics-edff8675825bd96a37b25e9617866561a72e3a79.tar.gz freebsd-ports-graphics-edff8675825bd96a37b25e9617866561a72e3a79.tar.zst freebsd-ports-graphics-edff8675825bd96a37b25e9617866561a72e3a79.zip |
o Update to 20021105 snapshot
o Depend on compat4x on OSVERSION >= 500000 since these are 4.5-RELEASE
binaries
o House a copy under MASTER_SITE_LOCAL: the local copy will be
versioned, developer has yet to be convinced of the advantages
of distributing versioned files
Approved by: portmgr (knu)
Diffstat (limited to 'biology/distribfold')
-rw-r--r-- | biology/distribfold/Makefile | 11 | ||||
-rw-r--r-- | biology/distribfold/distinfo | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/biology/distribfold/Makefile b/biology/distribfold/Makefile index 7f7ea0ea83b..23a7dc2928f 100644 --- a/biology/distribfold/Makefile +++ b/biology/distribfold/Makefile @@ -8,8 +8,9 @@ PORTNAME= distribfold PORTVERSION= 0.1.${RELEASE_DATE} CATEGORIES= biology net -MASTER_SITES= ftp://ftp.mshri.on.ca/pub/distribfold/download/ -DISTNAME= distribfold-current-FreeBSD +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux +DISTNAME= distribfold-current-FreeBSD-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -32,7 +33,7 @@ DNETFOLD_GROUP=dnetfold # default number of processors WITH_NCPU?= 1 -RELEASE_DATE= 20021015 +RELEASE_DATE= 20021105 post-patch: @${REINPLACE_CMD} -E -e 's|%%DESTINATION_DIR%%|${DESTINATION_DIR}/cpu0|' \ @@ -75,6 +76,10 @@ post-install: cook-install-plist fix-startup-scripts .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.endif + pre-everything:: .if ${WITH_NCPU} < 1 @${ECHO_MSG} "===> Number of processors HAS to be at least 1" diff --git a/biology/distribfold/distinfo b/biology/distribfold/distinfo index f34731753ed..61b01a61140 100644 --- a/biology/distribfold/distinfo +++ b/biology/distribfold/distinfo @@ -1 +1 @@ -MD5 (distribfold-current-FreeBSD.tar.gz) = f68e1d77bb7e6bd3c218128b1f8b7f45 +MD5 (distribfold-current-FreeBSD-0.1.20021105.tar.gz) = 3854b0ec884ff70cb45758a15362974d |