svn commit: r346019 - head/irc/eggdrop-devel

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 25 15:10:02 UTC 2014


Author: bdrewery
Date: Tue Feb 25 15:10:01 2014
New Revision: 346019
URL: http://svnweb.freebsd.org/changeset/ports/346019
QAT: https://qat.redports.org/buildarchive/r346019/

Log:
  - Use a real version, not one that will checksum fail on every update
  - Fix fetching by using CVS git mirror on github maintained by me
  
  Reported by:	gahr

Modified:
  head/irc/eggdrop-devel/Makefile
  head/irc/eggdrop-devel/distinfo

Modified: head/irc/eggdrop-devel/Makefile
==============================================================================
--- head/irc/eggdrop-devel/Makefile	Tue Feb 25 15:06:43 2014	(r346018)
+++ head/irc/eggdrop-devel/Makefile	Tue Feb 25 15:10:01 2014	(r346019)
@@ -2,13 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	eggdrop
-PORTVERSION=	1.8
+PORTVERSION=	1.8.0.20130730
 CATEGORIES=	irc
-MASTER_SITES=	http://www.freebsdnorth.com/distfiles/ \
-				LOCAL/beech
 PKGNAMESUFFIX=	-devel
-DISTNAME=	${PORTNAME}${PORTVERSION}
-DISTFILES=	${PORTNAME}${PORTVERSION}-snapshot.tar.gz
 
 MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	The most popular open source Internet Relay Chat bot
@@ -20,6 +16,12 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
 		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	eggheads
+GH_PROJECT=	${PORTNAME}-1.8
+GH_COMMIT=	732a529
+GH_TAGNAME=	${GH_COMMIT}
+
 MAKE_JOBS_UNSAFE=	yes
 
 MAN1=		eggdrop.1

Modified: head/irc/eggdrop-devel/distinfo
==============================================================================
--- head/irc/eggdrop-devel/distinfo	Tue Feb 25 15:06:43 2014	(r346018)
+++ head/irc/eggdrop-devel/distinfo	Tue Feb 25 15:10:01 2014	(r346019)
@@ -1,2 +1,2 @@
-SHA256 (eggdrop1.8-snapshot.tar.gz) = 46d4f247cf29bec4881831e1b32dd9ec839b2879185203e179797127fd179ee0
-SIZE (eggdrop1.8-snapshot.tar.gz) = 1302711
+SHA256 (eggdrop-1.8.0.20130730.tar.gz) = cd7a825188252e440a92aeb21f468ccd7568c63cf1b674e8503bdc7c5a1194f7
+SIZE (eggdrop-1.8.0.20130730.tar.gz) = 1275321


More information about the svn-ports-head mailing list