mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
322a92961f
- Upgrade inn-current to the latest snapshot, fixing some issues with the port [1]; the port is still BROKEN, though. - Fix IPv6 binding issue. [2] PR: ports/124566 [1] Submitted by: thierry [1] Obtained from: http://marc.info/?t=122460141500003 [2]
29 lines
638 B
Makefile
29 lines
638 B
Makefile
# New ports collection makefile for: inn
|
|
# Date created: 2003
|
|
# Whom: clement
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= ${SNAPSHOT}
|
|
PORTREVISION= 0 # Ensure master is overridden
|
|
MASTER_SITE_ISC?= # Empty
|
|
MASTER_SITES= ${MASTER_SITE_ISC:C/$/ ${MASTER_SITE_LOCAL:C/%SUBDIR%/shaun/g}/1}
|
|
MASTER_SITE_SUBDIR= inn/snapshots
|
|
PKGNAMESUFFIX= -${BRANCH}
|
|
DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT}
|
|
|
|
BROKEN= Does not install (makedbz segfaults)
|
|
|
|
BRANCH= current
|
|
SNAPSHOT= 20081107
|
|
|
|
CONFLICTS= inn-2.[0-9]* inn-stable-[0-9]*
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
MASTERDIR= ${.CURDIR}/../inn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|