Update to 4.22.9.37 Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
* Frank Altpeter (frank@altpeter.de) wrote: I propose a minor cleanup along with update. This removes noop statements, including CONFIGURE_ENV which, due to incorrect syntax (+=) does not affect build, and as the software still builds with all option combinations, is not needed. --- centerim.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net-im/centerim-devel/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 29 Sep 2010 07:47:37 -0000 1.48 +++ Makefile 7 Oct 2010 02:05:39 -0000 @@ -7,8 +7,7 @@ # PORTNAME= centerim -DISTVERSION= 4.22.9.33 -PORTREVISION= 1 +PORTVERSION= 4.22.9.37 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -27,10 +26,7 @@ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS+="-I${LOCALBASE}/include" \ - CXXFLAGS+="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-ssl --with-openssl -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CONFLICTS= centericq-[0-9]* centerim-[0-9]* OPTIONS= NLS "Native Language Support" on \ Index: distinfo =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net-im/centerim-devel/distinfo,v retrieving revision 1.39 diff -u -r1.39 distinfo --- distinfo 21 Sep 2010 13:00:39 -0000 1.39 +++ distinfo 6 Oct 2010 16:11:32 -0000 @@ -1,3 +1,3 @@ -MD5 (centerim-4.22.9.33.tar.gz) = 9275215b8f96ad3d4a08b8cbe8631737 -SHA256 (centerim-4.22.9.33.tar.gz) = 4263ef42f395e64e566eda36dc24e24d2e288ba1170813d6ffc54a586a3bde15 -SIZE (centerim-4.22.9.33.tar.gz) = 2274766 +MD5 (centerim-4.22.9.37.tar.gz) = 6bd587867eb1dc60970bb600b9cacb7a +SHA256 (centerim-4.22.9.37.tar.gz) = 159b4ac8cebf344cb76d649e164d31a4bf2be831e0209bdbff324f21c1c3cf09 +SIZE (centerim-4.22.9.37.tar.gz) = 2275256 --- centerim.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
State Changed From-To: open->feedback Ask for submitter approval.
amdmi3 2010-12-26 22:48:19 UTC FreeBSD ports repository Modified files: net-im/centerim-devel Makefile Log: - Minor cleanup - Support screen properly PR: 151232 Patch by: myself Approved by: maintainer timeout Revision Changes Path 1.51 +6 -5 ports/net-im/centerim-devel/Makefile _______________________________________________ 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 Update superseded by other pr, patch committed