ports/125414: sysutils/freeipmi: update to 0.6.4

Dmitry Frolov frolov at riss-telecom.ru
Sun Aug 10 04:30:02 UTC 2008


Included is a patch, that updates freeipmi to 0.6.5 and fixes port to
respect NOPORTDOCS.


diff -u -ruN /usr/ports/sysutils/freeipmi/Makefile ./Makefile
--- /usr/ports/sysutils/freeipmi/Makefile	Sat Jun  7 04:13:53 2008
+++ ./Makefile	Sun Aug 10 11:02:57 2008
@@ -15,8 +15,7 @@
 #
 
 PORTNAME=	freeipmi
-PORTVERSION=	0.6.3
-PORTREVISION=	1
+PORTVERSION=	0.6.5
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ \
 	ftp://ftp.riss-telecom.ru/pub/mirrors/ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/
@@ -55,7 +54,6 @@
 	ipmi-fru.8 pef-config.8 ipmimonitoring.8 ipmi-chassis.8 \
 	ipmidetect.8 ipmidetectd.8 ipmi-oem.8 ipmi-sensors-config.8
 INFO+=		freeipmi-faq
-PORTDOCS=	*
 
 CACHE_DIR?=	/var/db/${PORTNAME}
 LOG_DIR=	/var/log/${PORTNAME}
@@ -84,6 +82,12 @@
 .if defined(WITH_DEBUG)
 CONFIGURE_ARGS+=	--enable-debug --enable-trace
 STRIP=	# empty
+.endif
+
+.if defined(NOPORTDOCS)
+EXTRA_PATCHES+=	${FILESDIR}/noportdocs.patch
+.else
+PORTDOCS=	*
 .endif
 
 post-install:
diff -u -ruN /usr/ports/sysutils/freeipmi/distinfo ./distinfo
--- /usr/ports/sysutils/freeipmi/distinfo	Sat May 31 04:12:04 2008
+++ ./distinfo	Sun Aug 10 10:34:07 2008
@@ -1,3 +1,3 @@
-MD5 (freeipmi-0.6.3.tar.gz) = 9e50c88cc128418fa314b1704fa207df
-SHA256 (freeipmi-0.6.3.tar.gz) = 9b6b7e4b0e4cce45184c47b1e5932c2b6a6e60b2767b7e840a13b9822a5b359f
-SIZE (freeipmi-0.6.3.tar.gz) = 1665606
+MD5 (freeipmi-0.6.5.tar.gz) = 8a609aab5e621403ca6aa3978398ee87
+SHA256 (freeipmi-0.6.5.tar.gz) = a0a23abc15ac09be5ef242df5c109c57f795092fa7bad383314a5afd6f13350c
+SIZE (freeipmi-0.6.5.tar.gz) = 1668074
diff -u -ruN /usr/ports/sysutils/freeipmi/files/noportdocs.patch ./files/noportdocs.patch
--- /usr/ports/sysutils/freeipmi/files/noportdocs.patch	Thu Jan  1 07:00:00 1970
+++ ./files/noportdocs.patch	Sun Aug 10 10:43:42 2008
@@ -0,0 +1,38 @@
+--- Makefile.in.orig	Sat Aug  2 17:44:00 2008
++++ Makefile.in	Sun Aug 10 10:38:52 2008
+@@ -318,15 +318,7 @@
+ distclean-libtool:
+ 	-rm -f libtool
+ uninstall-info-am:
+-install-docDATA: $(doc_DATA)
+-	@$(NORMAL_INSTALL)
+-	test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
+-	@list='$(doc_DATA)'; for p in $$list; do \
+-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f=$(am__strip_dir) \
+-	  echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
+-	  $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
+-	done
++install-docDATA:
+ 
+ uninstall-docDATA:
+ 	@$(NORMAL_UNINSTALL)
+--- doc/Makefile.in.orig	Sat Aug  2 17:43:53 2008
++++ doc/Makefile.in	Sun Aug 10 10:40:25 2008
+@@ -430,15 +430,7 @@
+ 	  echo " rm -f '$(DESTDIR)$(man7dir)/$$inst'"; \
+ 	  rm -f "$(DESTDIR)$(man7dir)/$$inst"; \
+ 	done
+-install-docDATA: $(doc_DATA)
+-	@$(NORMAL_INSTALL)
+-	test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
+-	@list='$(doc_DATA)'; for p in $$list; do \
+-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+-	  f=$(am__strip_dir) \
+-	  echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
+-	  $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
+-	done
++install-docDATA:
+ 
+ uninstall-docDATA:
+ 	@$(NORMAL_UNINSTALL)



More information about the freebsd-ports-bugs mailing list