Date: Sat, 16 Nov 2013 13:28:02 -0500 From: Joe Marcus Clarke <marcus@freebsd.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org> Subject: Re: svn commit: r334014 - head/net/netatalk3 Message-ID: <5287B932.2050702@freebsd.org> In-Reply-To: <CAMHz58REHXGZgMx3egbMnoHiyUurK4GDQm%2B6dio4L%2BqJfxyCBw@mail.gmail.com> References: <201311161750.rAGHoGwl003344@svn.freebsd.org> <CAMHz58REHXGZgMx3egbMnoHiyUurK4GDQm%2B6dio4L%2BqJfxyCBw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org > <mailto:marcus@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@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@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5287B932.2050702>