Bug 130579 - [patch]: lang/fpc-docs fix updating to 2.2.2
Summary: [patch]: lang/fpc-docs fix updating to 2.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 10:30 UTC by Boris Samorodov
Modified: 2009-01-23 09:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2009-01-15 10:30:02 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-15 10:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2009-01-15 15:47:10 UTC
State Changed
From-To: open->closed

Committed thanks :)
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-15 15:48:22 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-01-23 09:15:32 UTC
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"