Index: head/comms/splat/Makefile =================================================================== --- head/comms/splat/Makefile (revision 161209) +++ head/comms/splat/Makefile (revision 161210) @@ -1,41 +1,41 @@ # New ports collection makefile for: splat # Date created: 8 July 2005 # Whom: db # # $FreeBSD$ # PORTNAME= splat -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/ham MAINTAINER= db@db.net COMMENT= Used in calculating path losses, useful to ham radio and others PORTDOCS= README README2 CHANGES PLIST_FILES= bin/splat bin/citydecoder bin/usgs2sdf bin/fontdata MAN1= splat.1 do-build: cd ${WRKSRC} && \ ${CXX} ${CXXFLAGS} -lm -lbz2 -o splat itm.cpp splat.cpp cd ${WRKSRC}/utils && \ ${CC} ${CFLAGS} -o citydecoder citydecoder.c && \ ${CC} ${CFLAGS} -o usgs2sdf usgs2sdf.c && \ ${CC} ${CFLAGS} -lz -o fontdata fontdata.c do-install: .for f in splat utils/citydecoder utils/usgs2sdf utils/fontdata ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/docs/man/splat.1 ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor .endif .include Property changes on: head/comms/splat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/comms/splat/distinfo =================================================================== --- head/comms/splat/distinfo (revision 161209) +++ head/comms/splat/distinfo (revision 161210) @@ -1,3 +1,3 @@ -MD5 (splat-1.1.0.tar.gz) = 216761c2fc77e74578370492f20b27d2 -SHA256 (splat-1.1.0.tar.gz) = e8d300c0dfd184c71eff635be2de588b6ab136a7142fd107adb338e4a309e4d8 -SIZE (splat-1.1.0.tar.gz) = 142804 +MD5 (splat-1.1.1.tar.gz) = e4097453a505883d2b90419543c98ddb +SHA256 (splat-1.1.1.tar.gz) = f78023f8cab938552178adf42fa458d6cf6cddcc5427776440d36a8a52a2f884 +SIZE (splat-1.1.1.tar.gz) = 155642 Property changes on: head/comms/splat/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property