Migration to new SourceForge url scheme now inevitable, solution
Philip M. Gollucci
pgollucci at p6m7g8.com
Thu Aug 20 04:58:33 UTC 2009
Philip M. Gollucci wrote:
> Dmitry Marakasov wrote:
> my @lines = lc `make -V PORTNAME -V PORTVERSION`;
oops
my @lines = map { chomp; lc } \
split /\n/, `make -V PORTNAME -V PORTVERSION`;
*sigh*
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Senior Sys Admin - RideCharge, Inc. http://ridecharge.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
More information about the freebsd-ports
mailing list