Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 18:03:59 -0600
From:      "Frank J. Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        machiel_mastenbroek@hotmail.com
Subject:   ports/104313: [PATCH]: misc/skyutils: Replace MASTER_SITE
Message-ID:  <E1GXo3L-000Dxr-Cy@main.vonostingroup.com>
Resent-Message-ID: <200610120010.k9C0AGXh021985@freefall.freebsd.org>

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

>Number:         104313
>Category:       ports
>Synopsis:       [PATCH]: misc/skyutils: Replace MASTER_SITE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 00:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.4-RELEASE-p18 i386
>Organization:
>Environment:
System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #1: Sat Sep 16 18:56:42 UTC 2006 laszlof@main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN i386


	
>Description:
	It appears that the authors site is no longer availible. I will mirror the
	distfile for now. Also replaced the depricated INSTALLS_SHLIB with USE_LDCONFIG
	The maintainer has been CC'd.

>How-To-Repeat:
	
>Fix:



--- skyutils-2.9.diff begins here ---
diff -NrU3 skyutils.orig/Makefile skyutils/Makefile
--- skyutils.orig/Makefile	Wed Oct 11 17:52:08 2006
+++ skyutils/Makefile	Wed Oct 11 17:59:04 2006
@@ -8,19 +8,15 @@
 PORTNAME=	skyutils
 PORTVERSION=	2.9
 CATEGORIES=	misc
-MASTER_SITES=	http://zekiller.skytech.org/fichiers/
+MASTER_SITES=	http://www.franksworld.org/dist/skyutils/
 
 MAINTAINER=	machiel_mastenbroek@hotmail.com
 COMMENT=	A library required by smssend (same author)
 
-BROKEN=		does not fetch
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_AUTOTOOLS=	autoconf:259 libtool:15
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
--- skyutils-2.9.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GXo3L-000Dxr-Cy>