Bug 151811 - [PATCH] lang/parrot update port to 2.9.1
Summary: [PATCH] lang/parrot update port to 2.9.1
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 13:10 UTC by zahatski
Modified: 2010-11-04 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (3.17 KB, patch)
2010-10-29 13:10 UTC, zahatski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zahatski 2010-10-29 13:10:11 UTC
Update lang/parrot port to Parrot 2.9.1

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-29 13:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-04 14:10:59 UTC
skv         2010-11-04 14:10:55 UTC

  FreeBSD ports repository

  Modified files:
    lang/parrot          Makefile Makefile.common distinfo 
                         pkg-plist 
  Log:
  Update to 2.9.1
  
  Changes:        http://www.parrot.org/news/parrot-2.9.1-released
                  http://www.parrot.org/news/2010/Parrot-2.9.0
  PR:             ports/151811
  Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
  
  Revision  Changes    Path
  1.51      +1 -2      ports/lang/parrot/Makefile
  1.11      +1 -1      ports/lang/parrot/Makefile.common
  1.30      +2 -3      ports/lang/parrot/distinfo
  1.30      +1 -4      ports/lang/parrot/pkg-plist
_______________________________________________
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 3 skv freebsd_committer freebsd_triage 2010-11-04 14:11:04 UTC
State Changed
From-To: open->closed

Committed, but: 

1. Please, always make "cvs up" before patching port. Lines like these: 
-# $FreeBSD: ports/lang/parrot/Makefile,v 1.50 2010/10/10 07:07:13 pgollucci Exp $ 
+# $FreeBSD: ports/lang/parrot/Makefile,v 1.45 2010/04/19 10:43:29 ale Exp $ 

must not be appeared in the patch! 

2. Please, update Ports tree before making the work. 
In this case, MD5-checksums was obsolete at 29.10.2010 01:00 
but your patch still contains it. 

3. Always use "portlint -C" befor sumbitting PR. 
In this case, use must just remove line 
with PORTREVISION but not replace it with the empty line.