ports/59809: Update port: sysutils/smartmontools to 5.26

Robin Breathe robin at isometry.net
Sun Nov 30 01:00:45 UTC 2003


>Number:         59809
>Category:       ports
>Synopsis:       Update port: sysutils/smartmontools to 5.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 29 17:00:41 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Robin Breathe
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 5.26
- Use PORTDOCS macro.

* Untested on -CURRENT *
>How-To-Repeat:
>Fix:
* Delete files/patch-*

--- patch-smartmontools-5.26 begins here ---
diff -ruN smartmontools.old/Makefile smartmontools/Makefile
--- smartmontools.old/Makefile	Sat Nov  1 21:11:22 2003
+++ smartmontools/Makefile	Sun Nov 30 00:44:57 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	smartmontools
-PORTVERSION=	5.22
-PORTREVISION=	1
+PORTVERSION=	5.26
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,12 +18,11 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-initscriptdir=${PREFIX}/etc/rc.d \
 		--with-docdir=${DOCSDIR} --enable-sample
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 PROGRAMS=	smartctl smartd
 MAN5=		smartd.conf.5
 MAN8=		smartd.8 smartctl.8
-DOCS=		AUTHORS CHANGELOG INSTALL NEWS README TODO WARNINGS
+PORTDOCS=	AUTHORS CHANGELOG INSTALL NEWS README TODO WARNINGS
 EXAMPLES=	smartd.conf examplescripts/README examplescripts/Example?
 
 do-install:
@@ -38,7 +36,7 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
 .include <bsd.port.pre.mk>
diff -ruN smartmontools.old/distinfo smartmontools/distinfo
--- smartmontools.old/distinfo	Fri Oct 31 17:08:33 2003
+++ smartmontools/distinfo	Sun Nov 30 00:17:42 2003
@@ -1 +1 @@
-MD5 (smartmontools-5.22.tar.gz) = 9a6dfaff993f88f20af1b9a16cd3fd21
+MD5 (smartmontools-5.26.tar.gz) = fc2cb32e926b25afa24f450f9a48fbb1
diff -ruN smartmontools.old/pkg-message smartmontools/pkg-message
--- smartmontools.old/pkg-message	Fri Oct 24 07:45:38 2003
+++ smartmontools/pkg-message	Sat Nov 29 23:47:35 2003
@@ -10,5 +10,5 @@
 Copy this file to ${PREFIX}/etc/smartd.conf and edit appropriately
 
 To have smartd start at boot
-	cp ${PREFIX}/etc/rc.d/smartd.sample ${PREFIX}/etc/rc.d/smartd.sh
+	cp ${PREFIX}/etc/rc.d/smartd.sh.sample ${PREFIX}/etc/rc.d/smartd.sh
 	chmod 555 ${PREFIX}/etc/rc.d/smartd.sh
diff -ruN smartmontools.old/pkg-plist smartmontools/pkg-plist
--- smartmontools.old/pkg-plist	Fri Oct 24 07:45:38 2003
+++ smartmontools/pkg-plist	Sun Nov 30 00:18:08 2003
@@ -5,14 +5,6 @@
 etc/rc.d/smartd.sh.sample
 sbin/smartctl
 sbin/smartd
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/WARNINGS
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%EXAMPLESDIR%%/Example1
 %%EXAMPLESDIR%%/Example2
 %%EXAMPLESDIR%%/Example3
--- patch-smartmontools-5.26 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list