| Summary: | [patch]: lang/fpc-docs fix updating to 2.2.2 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Boris Samorodov <bsam> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed thanks :) acm 2009-01-15 15:47:02 UTC
FreeBSD ports repository
Modified files:
lang/fpc-docs Makefile distinfo
Log:
- Fix updating to 2.2.2
PR: 130579
Submitted by: bsam
Revision Changes Path
1.10 +1 -1 ports/lang/fpc-docs/Makefile
1.7 +3 -3 ports/lang/fpc-docs/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"
rafan 2009-01-23 09:15:23 UTC
FreeBSD ports repository
Modified files:
lang/clojure Makefile
lang/clojure/files clojure-bin.in
Log:
- Add support of jline, enabled by default
- Bump PORTREVISION
PR: ports/130579
Submitted by: Peter Schuller <peter.schuller at infidyne.com> (maintainer)
Revision Changes Path
1.7 +12 -2 ports/lang/clojure/Makefile
1.3 +2 -2 ports/lang/clojure/files/clojure-bin.in
_______________________________________________
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"
|
Only Makefile was updated to 2.2.2. Here is a fix. Fix: . fix Makefile; . change distinfo; . do not bump PORTREVISION since a package has never been created. WBR -- bsam--pOWm9y8EQJKHI3JblJxjZVhkYc5sx35EljeC0EgEobikwWHy Content-Type: text/plain; name="fpc-docs.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fpc-docs.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/fpc-docs/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 14 Jan 2009 06:12:04 -0000 1.9 +++ Makefile 15 Jan 2009 10:05:28 -0000 @@ -30,7 +30,7 @@ do-install: @${MKDIR} ${DOCSDIR} - @cd ${WRKDIR}/share/doc/fpdocs-${PORTVERSION} && \ + @cd ${WRKDIR}/fpc-${PORTVERSION} && \ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; post-install: Index: distinfo =================================================================== RCS file: /home/pcvs/ports/lang/fpc-docs/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 18 Sep 2007 06:53:24 -0000 1.6 +++ distinfo 15 Jan 2009 10:05:28 -0000 @@ -1,3 +1,3 @@ -MD5 (freepascal/doc-pdf.tar.gz) = 6143da8ae881a9ecab6a0462e918d935 -SHA256 (freepascal/doc-pdf.tar.gz) = f9f20f68a37de75b4a02a0fef40f669409a903f8e8b970b121c98540eafc6b64 -SIZE (freepascal/doc-pdf.tar.gz) = 7284104 +MD5 (freepascal/doc-pdf.tar.gz) = bd46950c782444964e19cc631302d806 +SHA256 (freepascal/doc-pdf.tar.gz) = 230d765381095f5278efbf04acbd165db5f2ea2708d3b5aa3d0ae0f7b70180ec +SIZE (freepascal/doc-pdf.tar.gz) = 6350521