Bug 159168 - Update port german/tipp10 to current program version
Summary: Update port german/tipp10 to current program version
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-24 23:50 UTC by Momchil
Modified: 2011-09-01 11:11 UTC (History)
0 users

See Also:


Attachments
file.shar (8.90 KB, text/plain)
2011-07-24 23:50 UTC, Momchil
no flags Details
tipp10.diff (13.28 KB, patch)
2011-09-01 07:30 UTC, Stefan Walter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Momchil 2011-07-24 23:50:09 UTC
Update port german/tipp10 to current program version.

Fix: Patch attached with submission follows:
Comment 1 Momchil 2011-07-25 14:06:39 UTC
The for loop in Makefile:29 can be shortened to:

	&& for i in `grep -lR 'QCoreApplication::applicationDirPath()' *`; do ${REINPLACE_CMD} -e 's/QCoreApplication::applicationDirPath()/QString(DATADIR)/g' $$i ; done

using the -l flag from grep and removing the extra invocation of sed and awk
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2011-08-31 14:02:42 UTC
State Changed
From-To: open->feedback

Please note that updates to existing ports should be sent in unified diff format 
(as produced by 'diff -u'), not as shar files, so changes to the port can be 
seen in the problem report. Could you send a followup with your update in 
unified diff format?
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2011-09-01 07:30:33 UTC
Patch received via mail, attached for the record.

???????????? ????????????, 31.08.11, 15:25h CEST:

> > Please note that updates to existing ports should be sent in unified diff format
> > (as produced by 'diff -u'), not as shar files, so changes to the port can be
> > seen in the problem report. Could you send a followup with your update in
> > unified diff format?
> > 
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=159168
> 
> Yes, it is attached
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-09-01 11:09:56 UTC
stefan      2011-09-01 10:09:48 UTC

  FreeBSD ports repository

  Modified files:
    german/tipp10        Makefile distinfo pkg-plist 
  Added files:
    german/tipp10/files  patch-tipp10.pro 
  Removed files:
    german/tipp10/files  patch-sql-connection.h 
                         patch-widget-keyboard.cpp 
  Log:
  Update to 2.1.0.
  
  PR:             159168
  Submitted by:   Momchil Ivanov <momchil@xaxo.eu>
  
  Revision  Changes    Path
  1.9       +24 -18    ports/german/tipp10/Makefile
  1.3       +2 -2      ports/german/tipp10/distinfo
  1.2       +0 -18     ports/german/tipp10/files/patch-sql-connection.h (dead)
  1.1       +8 -0      ports/german/tipp10/files/patch-tipp10.pro (new)
  1.2       +0 -12     ports/german/tipp10/files/patch-widget-keyboard.cpp (dead)
  1.2       +107 -75   ports/german/tipp10/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 5 Stefan Walter freebsd_committer freebsd_triage 2011-09-01 11:10:37 UTC
State Changed
From-To: feedback->closed

Committed, thanks! (With a couple of changes suggested by portlint(1).)