ports/164104: [ports][maintainer-update] net-mgmt/zenpack-checkping: Fix fetch error.

Anthony Garcia agarcia at experts-exchange.com
Fri Jan 13 23:00:22 UTC 2012


>Number:         164104
>Category:       ports
>Synopsis:       [ports][maintainer-update] net-mgmt/zenpack-checkping: Fix fetch error.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 13 23:00:21 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anthony Garcia
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
Experts Exchange
>Environment:
System: FreeBSD agarcia-freebsd.localdomain 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Fix fetch error due to change in MASTER_SITE.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/zenpack-checkping/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	30 Oct 2011 16:43:22 -0000	1.1
+++ Makefile	6 Jan 2012 23:28:00 -0000
@@ -8,16 +8,16 @@
 PORTNAME=	CheckPing
 PORTVERSION=	1.0
 CATEGORIES=	net-mgmt www
-MASTER_SITES=	http://zenpacks.zenoss.org/trac-zenpacks/changeset/1002/tags/
-DISTFILES=	nagios-check-ping-${PORTVERSION}?old_path=%2F\&format=zip
+MASTER_SITES=	https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
+DISTFILES=	zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
 
 MAINTAINER=	zenoss at experts-exchange.com
 COMMENT=	Provides nagios ping check for Zenoss monitoring
 
-USE_ZIP=	yes
 ZPACKPREFIX=	ZenPacks.Nagios.
 ZPACKGROUP=	community
-WRKSRC=	${WRKDIR}/tags/nagios-check-ping-${PORTVERSION}/
+WRKSRC=	${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
+TAG=            0088e17
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.zenoss.mk"


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



More information about the freebsd-ports-bugs mailing list