From f4a45c502e6d4674987dc95cf2215d03e4873bf8 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 25 Feb 2014 15:10:01 +0000 Subject: - 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 --- irc/eggdrop-devel/Makefile | 12 +++++++----- irc/eggdrop-devel/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index bed9579d19d2..1041d7eeb2c0 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -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@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 diff --git a/irc/eggdrop-devel/distinfo b/irc/eggdrop-devel/distinfo index 0bdc9f175f71..d7bb22425c00 100644 --- a/irc/eggdrop-devel/distinfo +++ b/irc/eggdrop-devel/distinfo @@ -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 -- cgit v1.2.3