svn commit: r334014 - head/net/netatalk3

Joe Marcus Clarke marcus at freebsd.org
Sat Nov 16 18:28:10 UTC 2013


On 11/16/13, 1:05 PM, Sunpoet Po-Chuan Hsieh wrote:
> On Sun, Nov 17, 2013 at 1:50 AM, Joe Marcus Clarke <marcus at freebsd.org
> <mailto:marcus at freebsd.org>> wrote:
>
>     Author: marcus
>     Date: Sat Nov 16 17:50:15 2013
>     New Revision: 334014
>     URL: http://svnweb.freebsd.org/changeset/ports/334014
>
>     Log:
>        Fix the pkg name collision.
>
>        Reported by:  bapt-bot
>
>     Modified:
>        head/net/netatalk3/Makefile
>
>     Modified: head/net/netatalk3/Makefile
>     ==============================================================================
>     --- head/net/netatalk3/Makefile Sat Nov 16 16:50:55 2013
>       (r334013)
>     +++ head/net/netatalk3/Makefile Sat Nov 16 17:50:15 2013
>       (r334014)
>     @@ -1,12 +1,13 @@
>       # Created by: stb
>       # $FreeBSD$
>
>     -PORTNAME=      netatalk
>     +PORTNAME=      netatalk3
>       PORTVERSION=   3.1.0
>       PORTEPOCH=     1
>       CATEGORIES=    net
>       MASTER_SITES=  SF
>     -MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/3.1
>     +MASTER_SITE_SUBDIR=netatalk/netatalk/3.1
>     +DISTNAME=      netatalk-${PORTVERSION}
>
>       MAINTAINER=    marcus at FreeBSD.org
>       COMMENT=       File server for Mac OS X
>     @@ -16,7 +17,6 @@ LICENSE=      GPLv2
>       LIB_DEPENDS=   gcrypt:${PORTSDIR}/security/libgcrypt \
>                      event-2:${PORTSDIR}/devel/libevent2
>
>     -LATEST_LINK=   netatalk3
>       USE_AUTOTOOLS= libtool
>       USE_BDB=       46+
>       USE_BZIP2=     yes
>
>
> Why not add PKGNAMESUFFIX=3 instead?

Heh, yeah.

> BTW, NOZEROCONF in Makefile is no-op.

I think this is fixed now.  There was a typo.

Joe

>
> Regards,
> sunpoet


-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


More information about the svn-ports-all mailing list