Index: head/multimedia/replex/Makefile =================================================================== --- head/multimedia/replex/Makefile (revision 126330) +++ head/multimedia/replex/Makefile (revision 126331) @@ -1,41 +1,41 @@ # New ports collection makefile for: replex # Date created: 20 Jan 2004 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= replex -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= multimedia MASTER_SITES= http://www.metzlerbros.org/dvb/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Remultiplex an MPEG2 TS into a PS for DVD USE_GMAKE= yes USE_REINPLACE= yes USE_GETOPT_LONG= yes CFLAGS+= -I${LOCALBASE}/include -DO_LARGEFILE=0 MAKE_ENV+= LDFLAGS="${LDFLAGS}" TOFIX= avi.h element.h mpg_common.h pes.h replex.h ringbuffer.h \ replex.c ts.c do-install: ${INSTALL_DATA} ${WRKSRC}/libreplex.a ${PREFIX}/lib/ ${INSTALL_PROGRAM} ${WRKSRC}/replex ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}/ .endif do-configure: .if !exists(/usr/include/stdint.h) .for i in ${TOFIX} @${REINPLACE_CMD} -e 's|stdint.h|sys/types.h|g' ${WRKSRC}/${i} .endfor .endif .include Property changes on: head/multimedia/replex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/multimedia/replex/distinfo =================================================================== --- head/multimedia/replex/distinfo (revision 126330) +++ head/multimedia/replex/distinfo (revision 126331) @@ -1,2 +1,2 @@ -MD5 (replex-0.1.2.tar.gz) = 8b5d506857648d1c0a3491c6c1ad6770 -SIZE (replex-0.1.2.tar.gz) = 45505 +MD5 (replex-0.1.3.tar.gz) = 9f8bf9260415227c6c370f63b98dde34 +SIZE (replex-0.1.3.tar.gz) = 45766 Property changes on: head/multimedia/replex/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property