Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 17:40:54 +0200 (CEST)
From:      Michael Lyngbøl <michael@lyngbol.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30932: maintainer update: net/samplicator
Message-ID:  <200109301540.f8UFesB11870@bifrost.lyngbol.dk>

next in thread | raw e-mail | index | archive | help

>Number:         30932
>Category:       ports
>Synopsis:       maintainer update: net/samplicator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 30 08:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Lyngbøl
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD bifrost 4.4-STABLE FreeBSD 4.4-STABLE #3: Tue Sep 18 19:41:09 CEST 2001 root@bifrost:/usr/obj/usr/src/sys/BIFROST i386


>Description:
	Update to 1.3.2:

	- allow TTL specification
	- some bug fixes

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/net/samplicator/Makefile samplicator/Makefile
--- /usr/ports/net/samplicator/Makefile	Tue Sep  4 06:57:19 2001
+++ samplicator/Makefile	Sun Sep 30 17:34:48 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	samplicator
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	net
 MASTER_SITES=	http://www.switch.ch/tf-tant/floma/sw/samplicator/
 
@@ -15,8 +15,9 @@
 GNU_CONFIGURE=	yes
 
 post-install:
-	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-	${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME}/
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
+	${MKDIR} ${DOCSDIR}
+.for file in NEWS README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/net/samplicator/distinfo samplicator/distinfo
--- /usr/ports/net/samplicator/distinfo	Tue Sep  4 06:57:19 2001
+++ samplicator/distinfo	Sun Sep 30 17:35:13 2001
@@ -1 +1 @@
-MD5 (samplicator-1.3.1.tar.gz) = ef1acb18f216251c49f8f64a842dabea
+MD5 (samplicator-1.3.2.tar.gz) = 39f0999db9082beecb371a2ec720f56e
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109301540.f8UFesB11870>