svn commit: r375721 - head/misc/mirmon

Antoine Brodin antoine at FreeBSD.org
Sun Dec 28 13:23:24 UTC 2014


Author: antoine
Date: Sun Dec 28 13:23:22 2014
New Revision: 375721
URL: https://svnweb.freebsd.org/changeset/ports/375721
QAT: https://qat.redports.org/buildarchive/r375721/

Log:
  - Distfile was rerolled, the only difference is in the gzip compression,
  .tar files do not differ
  - Clean up

Modified:
  head/misc/mirmon/Makefile
  head/misc/mirmon/distinfo

Modified: head/misc/mirmon/Makefile
==============================================================================
--- head/misc/mirmon/Makefile	Sun Dec 28 13:20:43 2014	(r375720)
+++ head/misc/mirmon/Makefile	Sun Dec 28 13:23:22 2014	(r375721)
@@ -17,18 +17,12 @@ USES=		shebangfix
 SHEBANG_FILES=	${WRKSRC}/mirmon ${WRKSRC}/probe
 
 SUB_FILES=	pkg-message
-SUB_LIST=	PREFIX=${PREFIX}
 
 PLIST_FILES=	bin/mirmon bin/probe
-MAN1=		mirmon.1
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,/etc,${LOCALBASE}/etc," \
@@ -43,14 +37,7 @@ do-install:
 	${CP} -R ${WRKSRC}/countries.list ${WRKSRC}/icons ${STAGEDIR}${DATADIR}
 	@${FIND} ${STAGEDIR}${DATADIR} ! -type d | \
 		${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} ${STAGEDIR}${DATADIR} -type d | ${SORT} -r | \
-		${SED} 's,^${STAGEDIR}${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
-.if ! ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${CP} ${WRKSRC}/mirmon.html ${STAGEDIR}${DOCSDIR}
-.endif
-
-post-install:
-	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/misc/mirmon/distinfo
==============================================================================
--- head/misc/mirmon/distinfo	Sun Dec 28 13:20:43 2014	(r375720)
+++ head/misc/mirmon/distinfo	Sun Dec 28 13:23:22 2014	(r375721)
@@ -1,2 +1,2 @@
-SHA256 (mirmon-2.10.tar.gz) = 23174227ac2418103b96a5f2b2008ed9a8d1abd463fda288fd86953c9a2b0af0
+SHA256 (mirmon-2.10.tar.gz) = 384d0bd14d71b87797d2a1fa66a0fcb9af11307a9de20f2c5544344b3710fa33
 SIZE (mirmon-2.10.tar.gz) = 72212


More information about the svn-ports-head mailing list