Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 1998 17:14:03 -0200 (EDT)
From:      Joao Carlos Mendes Luis <jonny@jonny.eng.br>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8478: port update: skill
Message-ID:  <199810281914.RAA27446@roma.coe.ufrj.br>

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

>Number:         8478
>Category:       ports
>Synopsis:       New version released
>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:   Wed Oct 28 11:30:00 PST 1998
>Last-Modified:
>Originator:     Joao Carlos Mendes Luis
>Organization:
COPPE/UFRJ
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

>Description:

- Version upgrade
- Change MASTER_SITES
- Fix problem inserted by someone else (MLINKS)
- Update my email address

>How-To-Repeat:


>Fix:
	
Here's the patch:


diff -ru /usr/ports/sysutils/skill/Makefile skill/Makefile
--- /usr/ports/sysutils/skill/Makefile	Sun Oct 25 12:43:11 1998
+++ skill/Makefile	Wed Oct 28 17:00:03 1998
@@ -1,30 +1,32 @@
 # New ports collection makefile for:    skill
-# Version required:     3.7.5
-# Date created:         04 Jun 1997
-# Whom:                 Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br>
+# Version required:     3.7.6
+# Date created:         20 Oct 1998
+# Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
 #
 # $Id: Makefile,v 1.3 1998/10/21 00:57:39 steve Exp $
 #
 
-DISTNAME=       skill-3.7@P4
-PKGNAME=	skill-3.7.5
+DISTNAME=       skill-3.7@P5
+PKGNAME=	skill-3.7.6
 CATEGORIES=	sysutils
-MASTER_SITES=   ftp://jaguar.cs.utah.edu/pub/skill/
+MASTER_SITES=   ftp://fast.cs.utah.edu/pub/skill/
 EXTRACT_SUFX=	_tar.Z
 
-MAINTAINER=	jonny@coppe.ufrj.br
+MAINTAINER=	jonny@jonny.eng.br
 
 HAS_CONFIGURE=		yes
 CONFIGURE_SCRIPT=	Config
 WRKSRC=			${WRKDIR}/${PKGNAME}
 
 MAN1=		skill.1
-MLINKS=		skill.1 snice.1
 
-# Bugs: skill.1 and snice.1 are hard links.  When compressed they
-# are changed to independent files.  I'd like to change this...
+#  This is not working (yet) in the ports make framework
+# MLINKS=		skill.1 snice.1
 
 pre-configure:
 	@chmod a+x ${WRKSRC}/Config
+
+post-install:
+	ln -sf skill.1.gz ${PREFIX}/man/man1/snice.1.gz
 
 .include <bsd.port.mk>
diff -ru /usr/ports/sysutils/skill/files/md5 skill/files/md5
--- /usr/ports/sysutils/skill/files/md5	Thu Oct 30 00:30:20 1997
+++ skill/files/md5	Wed Oct 28 16:26:15 1998
@@ -1 +1 @@
-MD5 (skill-3.7@P4_tar.Z) = 808d29e4c2538bf47dfd546cfce9607e
+MD5 (skill-3.7@P5_tar.Z) = 1f53b98ada8aa383f083c61d7a3477b2
diff -ru /usr/ports/sysutils/skill/pkg/PLIST skill/pkg/PLIST
--- /usr/ports/sysutils/skill/pkg/PLIST	Sun Oct 25 12:43:11 1998
+++ skill/pkg/PLIST	Wed Oct 28 16:57:50 1998
@@ -1,2 +1,3 @@
 bin/skill
 bin/snice
+man/man1/snice.1.gz
>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?199810281914.RAA27446>