Index: head/astro/cfitsio/Makefile =================================================================== --- head/astro/cfitsio/Makefile (revision 300755) +++ head/astro/cfitsio/Makefile (revision 300756) @@ -1,49 +1,53 @@ # New ports collection makefile for: cfitsio # Date created: Fri Apr 30 16:49:36 CEST 2004 # Whom: Markus Brueffer # # $FreeBSD$ # PORTNAME= cfitsio -PORTVERSION= 3.250 +PORTVERSION= 3.300 CATEGORIES= astro MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \ ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading and writing files in FITS data format -LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c +LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c +OPTIONS_DEFINE= DOCS + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_FC="f2c" ALL_TARGET= shared USE_LDCONFIG= yes +.include + post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' @${REINPLACE_CMD} -e 's|="\.so"|=".so.0"|g' ${WRKSRC}/configure do-install: .for file in drvrsmem.h fitsio.h fitsio2.h longnam.h ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include .endfor .for f in libcfitsio.so.0 ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib .endfor @${LN} -sf libcfitsio.so.0 ${PREFIX}/lib/libcfitsio.so .for f in cfitsio.pc ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/pkgconfig .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR} .endif .include Property changes on: head/astro/cfitsio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/astro/cfitsio/distinfo =================================================================== --- head/astro/cfitsio/distinfo (revision 300755) +++ head/astro/cfitsio/distinfo (revision 300756) @@ -1,2 +1,2 @@ -SHA256 (cfitsio3250.tar.gz) = 2c9f6f34e539306778b114cdd72cf7b52a2229591cf661778f84a8a7eac95154 -SIZE (cfitsio3250.tar.gz) = 2606242 +SHA256 (cfitsio3300.tar.gz) = 7a2b5401c184297df1e44a4f4de564feff74d64d038918213526aa454db03f3e +SIZE (cfitsio3300.tar.gz) = 4660623 Property changes on: head/astro/cfitsio/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property