Ports with duplicate LATEST_LINKS

Cy Schubert Cy.Schubert at komquats.com
Sat Feb 14 08:35:59 PST 2004


In message <6.0.1.1.2.20040214090001.01f80710 at 213.30.158.180>, Laurent 
LEVIER w
rites:
> Ken....
> 
> Did you read my answer????
> 
> Let me quote it again then:
> 
> QUOTE
> Hi Kris,
> 
> At 11:45 06/02/2004, Kris Kennaway wrote:
> >Dear port maintainers,
> >
> >The following list includes ports maintained by you that have duplicate
> >LATEST_LINK values.  They should either be modified to use a unique
> >LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting
> >each other in the packages/Latest directory.  If your ports conflict with
> >ports maintained by another person, please coordinate your efforts with
> >them.
> >
> >LATEST_LINK          PORTNAME                       MAINTAINER
> >==========================================================================
> >hydra               security/hydra                 llevier at argosnet.com
> >hydra                www/hydra                      ports at FreeBSD.org
> 
> I own security/hydra, but www/hydra is a totally different package.
> 
> www/hydra is a http server, while security/hydra is a brute force attack 
> tool against some network services (http, pop, ...).
> 
> And if I conflict with ports at freebsd.org, that's you. Let's make a deal ;-)
> 
> What do we do?

Try something like this. Just pick a link name and run with it.

Index: security/hydra/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/hydra/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- security/hydra/Makefile	6 Feb 2004 13:12:16 -0000	1.5
+++ security/hydra/Makefile	14 Feb 2004 15:23:45 -0000
@@ -17,6 +17,7 @@
 MAINTAINER=	llevier at argosnet.com
 COMMENT=	Bruce Force Attack Utility working on multiple network services
 
+LATEST_LINK=	security/hydra
 PLIST_FILES=	bin/hydra
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
Index: www/hydra/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/hydra/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- www/hydra/Makefile	20 Nov 2003 22:27:12 -0000	1.3
+++ www/hydra/Makefile	14 Feb 2004 15:23:45 -0000
@@ -18,6 +18,7 @@
 
 LIB_DEPENDS=	gnutls.7:${PORTSDIR}/security/gnutls
 
+LATEST_LINK=	www/hydra
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 



Cheers,
--
Cy Schubert <Cy.Schubert at komquats.com>        http://www.komquats.com/
BC Government                     .                       FreeBSD UNIX
Cy.Schubert at osg.gov.bc.ca         .                     cy at FreeBSD.org
http://www.gov.bc.ca/             .            http://www.FreeBSD.org/





More information about the freebsd-ports mailing list