paq now builds with g++42. diff -ruN paq.old/Makefile paq/Makefile --- paq.old/Makefile Sat Apr 21 07:27:11 2007 +++ paq/Makefile Sat Apr 21 07:30:44 2007 @@ -14,8 +14,6 @@ MAINTAINER= bf2006a@yahoo.com COMMENT= An archiver with an extremely high compression ratio -BROKEN= Size mismatch - NO_WRKSUBDIR= yes USE_ZIP= yes SUB_FILES= pkg-message diff -ruN paq.old/distinfo paq/distinfo --- paq.old/distinfo Tue Apr 10 03:59:10 2007 +++ paq/distinfo Sat Apr 21 07:13:59 2007 @@ -1,3 +1,3 @@ -MD5 (paq8l.zip) = 07e38948f6e4d3c54af6618029624fad -SHA256 (paq8l.zip) = 597f840c14a383d0e5830ae42f0988994f4cbb402ee86dd4944f03d6e223ae6b -SIZE (paq8l.zip) = 179166 +MD5 (paq8l.zip) = c57b6a1915b86d42f820e7f249b0ccf6 +SHA256 (paq8l.zip) = fb72db122f89faedcc729fe1e3324cac57c9c48903e72107c8350cdbe5e374cf +SIZE (paq8l.zip) = 181334
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
lwhsu 2007-04-22 06:23:55 UTC FreeBSD ports repository Modified files: archivers/paq Makefile distinfo Log: - Unbreak, solve fetch problem with rerolled distfile. PR: 111983 Submitted by: bf <bf2006a AT yahoo.com> (maintainer) Approved by: clsung (mentor) Revision Changes Path 1.3 +0 -2 ports/archivers/paq/Makefile 1.2 +3 -3 ports/archivers/paq/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!