Index: head/devel/py-crcmod/Makefile =================================================================== --- head/devel/py-crcmod/Makefile (revision 280943) +++ head/devel/py-crcmod/Makefile (revision 280944) @@ -1,31 +1,31 @@ # New ports collection makefile for: crcmod # Date created: 19 Sep 2010 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= crcmod PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Module for Cyclic Redundancy Check (CRC) calculations LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog ${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${DOCSDIR} .endif .include Property changes on: head/devel/py-crcmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/titano/Makefile =================================================================== --- head/devel/titano/Makefile (revision 280943) +++ head/devel/titano/Makefile (revision 280944) @@ -1,48 +1,48 @@ # New ports collection makefile for: Titano # Date created: 25 September 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= titano PORTVERSION= 0.0.7 PORTREVISION= 8 CATEGORIES= devel gnome MASTER_SITES= SF -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An IDE for GNOME desktop LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_GNOME= gnomelibs libglade USE_GMAKE= yes GNU_CONFIGURE= yes .include EXTRA_PATCHES+= ${FILESDIR}/gcc3-* .if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif pre-patch: .SILENT ${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|' \ ${WRKSRC}/src/scintilla/PosRegExp.cxx ${REINPLACE_CMD} -e 's|^INCLUDES.*$$|&$$(LIBGLADE_CFLAGS)|' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -E 's|(POTFILES\.in )\\$$|\1--from-code=koi8-r \\|' \ ${WRKSRC}/po/Makefile.in.in # Now, take care of CC/CFLAGS ${REINPLACE_CMD} -e 's|cc -Wall -ggdb $$(OPTIMIZE)|${CC} ${CFLAGS}|' \ ${WRKSRC}/src/gtkeditor/tktext-port/Makefile ${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|' \ ${WRKSRC}/src/scanners/Makefile.in ${REINPLACE_CMD} -E 's|^(CXXFLAGS).*$$|\1 += -DGTK -DSCI_LEXER|' \ ${WRKSRC}/src/scintilla/Makefile.in .include Property changes on: head/devel/titano/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property