Update port german/tipp10 to current program version. Fix: Patch attached with submission follows:
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
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?
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
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"
State Changed From-To: feedback->closed Committed, thanks! (With a couple of changes suggested by portlint(1).)