mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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
This commit is contained in:
parent
6fbd64d8f7
commit
f4a45c502e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346019
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user