Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 423732) +++ head/ports-mgmt/Makefile (revision 423733) @@ -1,74 +1,75 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += chucky SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += packagekit-qt4 SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools + SUBDIR += port-index-uniquifier SUBDIR += port-maintenance-tools SUBDIR += portal SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell SUBDIR += portest SUBDIR += portfind SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += py-pytoport SUBDIR += py-skog SUBDIR += redports-node SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox SUBDIR += wanted-ports .include Index: head/ports-mgmt/port-index-uniquifier/Makefile =================================================================== --- head/ports-mgmt/port-index-uniquifier/Makefile (nonexistent) +++ head/ports-mgmt/port-index-uniquifier/Makefile (revision 423733) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= port-index-uniquifier +PORTVERSION= ${OSVERSION} +CATEGORIES= ports-mgmt +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= cperciva@FreeBSD.org +COMMENT= Dummy port to ensure major versions have different INDEX files + +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_INSTALL= yes + +.include Property changes on: head/ports-mgmt/port-index-uniquifier/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/port-index-uniquifier/pkg-descr =================================================================== --- head/ports-mgmt/port-index-uniquifier/pkg-descr (nonexistent) +++ head/ports-mgmt/port-index-uniquifier/pkg-descr (revision 423733) @@ -0,0 +1,3 @@ +This is a dummy port which takes its version number from ${OSVERSION}, in +order to work around a bug in portsnap triggered by having identical INDEX +files on different major versions. Property changes on: head/ports-mgmt/port-index-uniquifier/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property