When a port is repocopied, should the Makefile be altered to reflect the new location?
For example, securty/kwallet/Makefile contains: CATEGORIES= misc kde I've seen this problem before, but I didn't write it in for http://news.freshports.org What I did was write a script to detect such situations. This is how it came to my attention. The ports in question are: d | category_id | name | category -------+-------------+----------------+----------- 31159 | 5 | kwallet | security 31161 | 23 | ark | archivers 31162 | 16 | kcalc | math 31164 | 20 | kdf | sysutils 31158 | 33 | kcharselect | deskutils 31157 | 41 | kremotecontrol | comms 31160 | 20 | kfloppy | sysutils 31163 | 20 | sweeper | sysutils 31165 | 5 | kgpg-kde4 | security (9 rows) HTH :) On May 24, 2012, at 5:27 PM, Max Brazhnikov wrote: > makc 2012-05-24 21:27:56 UTC > > FreeBSD ports repository > > Modified files: > archivers/ark Makefile distinfo pkg-descr pkg-plist > comms/kremotecontrol Makefile distinfo pkg-descr pkg-plist > deskutils/kcharselect Makefile distinfo pkg-descr pkg-plist > math/kcalc Makefile distinfo pkg-descr pkg-plist > security/kgpg-kde4 Makefile distinfo pkg-descr pkg-plist > security/kwallet Makefile distinfo pkg-descr pkg-plist > sysutils/kdf Makefile distinfo pkg-descr pkg-plist > sysutils/kfloppy Makefile distinfo pkg-descr pkg-plist > sysutils/sweeper Makefile distinfo pkg-descr pkg-plist > Log: > Forced commit to note repocopies: > > misc/kdeutils4 -> archivers/ark > misc/kdeutils4 -> comms/kremotecontrol > misc/kdeutils4 -> deskutils/kcharselect > misc/kdeutils4 -> math/kcalc > misc/kdeutils4 -> security/kgpg-kde4 > misc/kdeutils4 -> security/kwallet > misc/kdeutils4 -> sysutils/kdf > misc/kdeutils4 -> sysutils/kfloppy > misc/kdeutils4 -> sysutils/sweeper > misc/kdeutils4 -> x11-clocks/ktimer > > Revision Changes Path > 1.159 +0 -0 ports/archivers/ark/Makefile > 1.84 +0 -0 ports/archivers/ark/distinfo > 1.4 +0 -0 ports/archivers/ark/pkg-descr > 1.59 +0 -0 ports/archivers/ark/pkg-plist > 1.159 +0 -0 ports/comms/kremotecontrol/Makefile > 1.84 +0 -0 ports/comms/kremotecontrol/distinfo > 1.4 +0 -0 ports/comms/kremotecontrol/pkg-descr > 1.59 +0 -0 ports/comms/kremotecontrol/pkg-plist > 1.159 +0 -0 ports/deskutils/kcharselect/Makefile > 1.84 +0 -0 ports/deskutils/kcharselect/distinfo > 1.4 +0 -0 ports/deskutils/kcharselect/pkg-descr > 1.59 +0 -0 ports/deskutils/kcharselect/pkg-plist > 1.159 +0 -0 ports/math/kcalc/Makefile > 1.84 +0 -0 ports/math/kcalc/distinfo > 1.4 +0 -0 ports/math/kcalc/pkg-descr > 1.59 +0 -0 ports/math/kcalc/pkg-plist > 1.159 +0 -0 ports/security/kgpg-kde4/Makefile > 1.84 +0 -0 ports/security/kgpg-kde4/distinfo > 1.4 +0 -0 ports/security/kgpg-kde4/pkg-descr > 1.59 +0 -0 ports/security/kgpg-kde4/pkg-plist > 1.159 +0 -0 ports/security/kwallet/Makefile > 1.84 +0 -0 ports/security/kwallet/distinfo > 1.4 +0 -0 ports/security/kwallet/pkg-descr > 1.59 +0 -0 ports/security/kwallet/pkg-plist > 1.159 +0 -0 ports/sysutils/kdf/Makefile > 1.84 +0 -0 ports/sysutils/kdf/distinfo > 1.4 +0 -0 ports/sysutils/kdf/pkg-descr > 1.59 +0 -0 ports/sysutils/kdf/pkg-plist > 1.159 +0 -0 ports/sysutils/kfloppy/Makefile > 1.84 +0 -0 ports/sysutils/kfloppy/distinfo > 1.4 +0 -0 ports/sysutils/kfloppy/pkg-descr > 1.59 +0 -0 ports/sysutils/kfloppy/pkg-plist > 1.159 +0 -0 ports/sysutils/sweeper/Makefile > 1.84 +0 -0 ports/sysutils/sweeper/distinfo > 1.4 +0 -0 ports/sysutils/sweeper/pkg-descr > 1.59 +0 -0 ports/sysutils/sweeper/pkg-plist > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "[email protected]" -- Dan Langille - http://langille.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
