hey guys , i've been trying for the alast 3 days to install mailscanner ... and it requires p5-Filesys-Df but the source tree has it at version 0.91 which is no longer available current is 0.92 ( ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Filesys/ ) been doing cvsup every couple hours seeing if its ben updated , but nothing as yet
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Please help us out here. First, this needs to be a ports PR (not misc). Second, it is most helpful if the category/portname appears in the Synopsis. With over 15,000 ports, you may know to which port your PR applies, but a casual reader might not. Third, the best thing to do is contact the maintainer before filing a PR so that he or she knows about it. At the very least, once you get your email confirmation of the PR, forward that to the maintainer. I'll go ahead and do that. Thanks for trying to help us committers out. There have been a number of ports PRs that I've needed to reclassify out of 'misc' recently.
I suggest the following patch (maintainer bcc'ed): --- patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/p5-Filesys-Df/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 26 Jun 2006 14:38:32 -0000 1.2 +++ Makefile 3 Jul 2006 23:51:52 -0000 @@ -6,13 +6,13 @@ # PORTNAME= Filesys-Df -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Filesys PKGNAMEPREFIX= p5- -MAINTAINER= pirzyk@freebsd.org +MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for filesystem space PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/sysutils/p5-Filesys-Df/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 26 Jun 2006 14:38:32 -0000 1.2 +++ distinfo 3 Jul 2006 23:51:52 -0000 @@ -1,3 +1,3 @@ -MD5 (Filesys-Df-0.91.tar.gz) = bf40b791b5289a450b8bff95eb6a5e3e -SHA256 (Filesys-Df-0.91.tar.gz) = cc44853f10acf1b1041e76ccfce66db4676a1ff735d0968e63ece7228d7f6f57 -SIZE (Filesys-Df-0.91.tar.gz) = 7073 +MD5 (Filesys-Df-0.92.tar.gz) = a8b0aa3e5151a8a6c8b3067625980934 +SHA256 (Filesys-Df-0.92.tar.gz) = fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a +SIZE (Filesys-Df-0.92.tar.gz) = 7113 --- patch ends here ---
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Take.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Looks good to me. Thanks - - JimP On Jul 3, 2006, at 6:52 PM, Emanuel Haupt wrote: > I suggest the following patch (maintainer bcc'ed): > > --- patch begins here --- > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/sysutils/p5-Filesys-Df/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- Makefile 26 Jun 2006 14:38:32 -0000 1.2 > +++ Makefile 3 Jul 2006 23:51:52 -0000 > @@ -6,13 +6,13 @@ > # > > PORTNAME= Filesys-Df > -PORTVERSION= 0.91 > +PORTVERSION= 0.92 > CATEGORIES= sysutils perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= Filesys > PKGNAMEPREFIX= p5- > > -MAINTAINER= pirzyk@freebsd.org > +MAINTAINER= pirzyk@FreeBSD.org > COMMENT= Perl extension for filesystem space > > PERL_CONFIGURE= yes > Index: distinfo > =================================================================== > RCS file: /home/pcvs/ports/sysutils/p5-Filesys-Df/distinfo,v > retrieving revision 1.2 > diff -u -r1.2 distinfo > --- distinfo 26 Jun 2006 14:38:32 -0000 1.2 > +++ distinfo 3 Jul 2006 23:51:52 -0000 > @@ -1,3 +1,3 @@ > -MD5 (Filesys-Df-0.91.tar.gz) = bf40b791b5289a450b8bff95eb6a5e3e > -SHA256 (Filesys-Df-0.91.tar.gz) = > cc44853f10acf1b1041e76ccfce66db4676a1ff735d0968e63ece7228d7f6f57 > -SIZE (Filesys-Df-0.91.tar.gz) = 7073 > +MD5 (Filesys-Df-0.92.tar.gz) = a8b0aa3e5151a8a6c8b3067625980934 > +SHA256 (Filesys-Df-0.92.tar.gz) = > fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a > +SIZE (Filesys-Df-0.92.tar.gz) = 7113 > --- patch ends here --- - --- @(#) $Id: dot.signature,v 1.14 2004/02/03 02:46:26 pirzyk Exp $ __o pirzyk@uiuc.edu --------------------------- jim@pirzyk.org _'\<,_ Systems Management Group, CITES (*)/ (*) University of Illinois at Urbana-Champaign -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFEq8sy2EYx0U4j2soRAnZdAJ4mBXyTNAjv0TQ4ku5pRrkzp2AGowCgv3rR 6GeSLzC//DQ8Lp59y/yxgMM= =FKbZ -----END PGP SIGNATURE-----
State Changed From-To: open->closed Committed, thanks!