Index: head/devel/linux-understand_ada/Makefile =================================================================== --- head/devel/linux-understand_ada/Makefile (revision 71845) +++ head/devel/linux-understand_ada/Makefile (revision 71846) @@ -1,127 +1,127 @@ # New ports collection makefile for: understand code browser for ada # Date created: 01 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= understand_ada -PORTVERSION= 1.4.190 +PORTVERSION= 1.4.191 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds DISTNAME= und_ada-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt INSTALL_DATA_DIR?= ${INSTALL} -d -o ${SHAREOWN} \ -g ${SHAREGRP} -m 755 CONF_DIRS= ada/ada83 ada/ada95 ada \ configs fonts DOCS_DIRS= understand_ada/wwhgifs understand_ada/images \ understand_ada understand_api/wwhgifs \ understand_api BIN_FILES= almd almhostid almstatus almtest \ repada understand_ada undada LIB_FILES= libudb_api.a libudb_api.so pre-fetch: @${ECHO_MSG} "===> You can select a linux base other than the default (${LINUXBASE})" @${ECHO_MSG} "===> Just set PREFIX_LINUX=path_desired if you need AND know what you are doing" @${ECHO_MSG} "===> Don't set this unless you have to. The default is usually a good idea" do-patch: @${SED} 's!%%PREFIX%%!${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf!' \ ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh .include PLIST_SUB= PREFIX_LINUX=${PREFIX_LINUX} \ LINUXBASE="${LINUXBASE}" \ ECHO="${ECHO}" FMT="${FMT}" \ MKDIR="${MKDIR}" LN="${LN} -sf" \ RM="${RM} -f" RMDIR="${RMDIR}" \ TRUE="${TRUE}" # Create hidden structure, the program is hardcoded. # Therefore, we will install it according to hier # but will create a symlink structure under PREFIX/lib/${PORTNAME} # to keep the binary happy. The exception are binaries which # will be done vice-versa. do-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME} # Configuration install .for dir in ${CONF_DIRS} @${INSTALL_DATA_DIR} ${DATADIR}/${dir} @for file in ${WRKSRC}/conf/understand/${dir}/* ; \ do \ if [ -f $${file} ]; \ then \ ${INSTALL_DATA} $${file} \ ${DATADIR}/${dir} ; \ fi ; \ done .endfor @${INSTALL_DATA_DIR} ${DATADIR}/license @${INSTALL_DATA} ${WRKSRC}/conf/license/README \ ${DATADIR}/license @${INSTALL_DATA_DIR} ${PREFIX}/lib/${PORTNAME}/conf @${LN} -sf ${DATADIR} \ ${PREFIX}/lib/${PORTNAME}/conf/understand @${LN} -sf ${DATADIR}/license \ ${PREFIX}/lib/${PORTNAME}/conf # Documentation installation .ifndef (NOPORTDOCS) .for dir in ${DOCS_DIRS} @${MKDIR} ${DOCSDIR}/html/${dir} @for file in ${WRKSRC}/doc/manuals/html/${dir}/* ; \ do \ if [ -f $${file} ]; \ then \ ${INSTALL_DATA} $${file} \ ${DOCSDIR}/html/${dir} ; \ fi ; \ done .endfor @${MKDIR} ${PREFIX}/lib/${PORTNAME}/doc/manuals @${LN} -sf ${DOCSDIR}/html \ ${PREFIX}/lib/${PORTNAME}/doc/manuals/html .endif /* NOPORTDOCS */ # Binary installation @${MKDIR} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME} .for file in ${BIN_FILES} @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf .if exists(${STRIP}) @${STRIP} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} .endif @${BRANDELF} -t Linux ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf ${PORTNAME} ${PREFIX}/bin/${file} ; \ fi .endfor # Library installation @${MKDIR} ${PREFIX_LINUX}/usr/lib/${PORTNAME} .for file in ${LIB_FILES} @${INSTALL_DATA} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX_LINUX}/usr/lib/${PORTNAME} .endfor @${LINUXBASE}/sbin/ldconfig post-install: # Advertise the PKGMESSAGE @${SED} 's!/usr/local!${PREFIX}!' ${PKGMESSAGE} | ${FMT} .include Property changes on: head/devel/linux-understand_ada/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/devel/linux-understand_ada/distinfo =================================================================== --- head/devel/linux-understand_ada/distinfo (revision 71845) +++ head/devel/linux-understand_ada/distinfo (revision 71846) @@ -1 +1 @@ -MD5 (und_ada-14b190-linux.tar.gz) = d6c3775f9946fe54a73496e6d38cae14 +MD5 (und_ada-14b191-linux.tar.gz) = 77d4f3bb18f562053777c19eec3713a4 Property changes on: head/devel/linux-understand_ada/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/devel/linux-understand_c/Makefile =================================================================== --- head/devel/linux-understand_c/Makefile (revision 71845) +++ head/devel/linux-understand_c/Makefile (revision 71846) @@ -1,123 +1,123 @@ # New ports collection makefile for: understand code browser for c/c++ # Date created: 01 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= understand_c -PORTVERSION= 1.4.190 +PORTVERSION= 1.4.191 PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds DISTNAME= und_c-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt CONF_DIRS= compilers configs fonts license CONF_FILES= compilers/aix.cfg compilers/alpha.cfg \ compilers/borlandc.cfg compilers/hpux.cfg \ compilers/linux.cfg compilers/msvc.cfg \ compilers/msvc16.cfg compilers/sgi.cfg \ compilers/solaris.cfg compilers/sunos.cfg \ configs/c.cfg fonts/cetus.ttf DOCS_DIRS= understand_c/wwhgifs understand_c/images \ understand_c understand_api/wwhgifs \ understand_api BIN_FILES= almd almhostid almstatus almtest \ repc understand_c undc LIB_FILES= libudb_api.a libudb_api.so pre-fetch: @${ECHO_MSG} "===> You can select a linux base other than the default (${LINUXBASE})" @${ECHO_MSG} "===> Just set PREFIX_LINUX=path_desired if you need AND know what you are doing" @${ECHO_MSG} "===> Don't set this unless you have to. The default is usually a good idea" do-patch: @${SED} 's!%%PREFIX%%!${PREFIX}/lib/understand_c/bin/pc-linux_elf!' \ ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh .include PLIST_SUB= PREFIX_LINUX=${PREFIX_LINUX} \ LINUXBASE="${LINUXBASE}" \ ECHO="${ECHO}" FMT="${FMT}" \ MKDIR="${MKDIR}" LN="${LN} -sf" \ RM="${RM} -f" RMDIR="${RMDIR}" \ TRUE="${TRUE}" # Create hidden structure, the program is hardcoded. # Therefore, we will install it according to hier # but will create a symlink structure under PREFIX/lib/understand_c # to keep the binary happy. The exception are binaries which # will be done vice-versa. do-install: @${MKDIR} ${PREFIX}/lib/understand_c # Configuration install .for dir in ${CONF_DIRS} @${MKDIR} ${PREFIX}/share/understand_c/${dir} .endfor .for file in ${CONF_FILES} @${INSTALL_DATA} ${WRKSRC}/conf/understand/${file} \ ${PREFIX}/share/understand_c/${file} .endfor @${MKDIR} ${PREFIX}/lib/understand_c/conf @${LN} -sf ${PREFIX}/share/understand_c \ ${PREFIX}/lib/understand_c/conf/understand @${LN} -sf ${PREFIX}/share/understand_c/license \ ${PREFIX}/lib/understand_c/conf # Documentation installation .ifndef (NOPORTDOCS) .for dir in ${DOCS_DIRS} @${MKDIR} ${PREFIX}/share/doc/understand_c/html/${dir} @for file in ${WRKSRC}/doc/manuals/html/${dir}/* ; \ do \ if [ -f $${file} ]; \ then \ ${INSTALL_DATA} $${file} \ ${PREFIX}/share/doc/understand_c/html/${dir} ; \ fi ; \ done .endfor @${MKDIR} ${PREFIX}/lib/understand_c/doc/manuals @${LN} -sf ${PREFIX}/share/doc/understand_c/html \ ${PREFIX}/lib/understand_c/doc/manuals/html .endif /* NOPORTDOCS */ # Binary installation @${MKDIR} ${PREFIX}/lib/understand_c/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/understand_c .for file in ${BIN_FILES} @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/understand_c/bin/pc-linux_elf .if exists(${STRIP}) @${STRIP} ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} .endif @${BRANDELF} -t Linux ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf understand_c ${PREFIX}/bin/${file} ; \ fi .endfor # Library installation .for file in ${LIB_FILES} @${INSTALL_DATA} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX_LINUX}/usr/lib .endfor @${LINUXBASE}/sbin/ldconfig post-install: # Advertise the PKGMESSAGE @${SED} 's!/usr/local!${PREFIX}!' ${PKGMESSAGE} | ${FMT} .include Property changes on: head/devel/linux-understand_c/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.60 \ No newline at end of property +1.61 \ No newline at end of property Index: head/devel/linux-understand_c/distinfo =================================================================== --- head/devel/linux-understand_c/distinfo (revision 71845) +++ head/devel/linux-understand_c/distinfo (revision 71846) @@ -1 +1 @@ -MD5 (und_c-14b190-linux.tar.gz) = e0fa17f0c55473b44d830884ce2d063f +MD5 (und_c-14b191-linux.tar.gz) = 8c499901eae14dd5251e9976f6e66aee Property changes on: head/devel/linux-understand_c/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/devel/understand_ada/Makefile =================================================================== --- head/devel/understand_ada/Makefile (revision 71845) +++ head/devel/understand_ada/Makefile (revision 71846) @@ -1,127 +1,127 @@ # New ports collection makefile for: understand code browser for ada # Date created: 01 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= understand_ada -PORTVERSION= 1.4.190 +PORTVERSION= 1.4.191 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds DISTNAME= und_ada-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt INSTALL_DATA_DIR?= ${INSTALL} -d -o ${SHAREOWN} \ -g ${SHAREGRP} -m 755 CONF_DIRS= ada/ada83 ada/ada95 ada \ configs fonts DOCS_DIRS= understand_ada/wwhgifs understand_ada/images \ understand_ada understand_api/wwhgifs \ understand_api BIN_FILES= almd almhostid almstatus almtest \ repada understand_ada undada LIB_FILES= libudb_api.a libudb_api.so pre-fetch: @${ECHO_MSG} "===> You can select a linux base other than the default (${LINUXBASE})" @${ECHO_MSG} "===> Just set PREFIX_LINUX=path_desired if you need AND know what you are doing" @${ECHO_MSG} "===> Don't set this unless you have to. The default is usually a good idea" do-patch: @${SED} 's!%%PREFIX%%!${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf!' \ ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh .include PLIST_SUB= PREFIX_LINUX=${PREFIX_LINUX} \ LINUXBASE="${LINUXBASE}" \ ECHO="${ECHO}" FMT="${FMT}" \ MKDIR="${MKDIR}" LN="${LN} -sf" \ RM="${RM} -f" RMDIR="${RMDIR}" \ TRUE="${TRUE}" # Create hidden structure, the program is hardcoded. # Therefore, we will install it according to hier # but will create a symlink structure under PREFIX/lib/${PORTNAME} # to keep the binary happy. The exception are binaries which # will be done vice-versa. do-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME} # Configuration install .for dir in ${CONF_DIRS} @${INSTALL_DATA_DIR} ${DATADIR}/${dir} @for file in ${WRKSRC}/conf/understand/${dir}/* ; \ do \ if [ -f $${file} ]; \ then \ ${INSTALL_DATA} $${file} \ ${DATADIR}/${dir} ; \ fi ; \ done .endfor @${INSTALL_DATA_DIR} ${DATADIR}/license @${INSTALL_DATA} ${WRKSRC}/conf/license/README \ ${DATADIR}/license @${INSTALL_DATA_DIR} ${PREFIX}/lib/${PORTNAME}/conf @${LN} -sf ${DATADIR} \ ${PREFIX}/lib/${PORTNAME}/conf/understand @${LN} -sf ${DATADIR}/license \ ${PREFIX}/lib/${PORTNAME}/conf # Documentation installation .ifndef (NOPORTDOCS) .for dir in ${DOCS_DIRS} @${MKDIR} ${DOCSDIR}/html/${dir} @for file in ${WRKSRC}/doc/manuals/html/${dir}/* ; \ do \ if [ -f $${file} ]; \ then \ ${INSTALL_DATA} $${file} \ ${DOCSDIR}/html/${dir} ; \ fi ; \ done .endfor @${MKDIR} ${PREFIX}/lib/${PORTNAME}/doc/manuals @${LN} -sf ${DOCSDIR}/html \ ${PREFIX}/lib/${PORTNAME}/doc/manuals/html .endif /* NOPORTDOCS */ # Binary installation @${MKDIR} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME} .for file in ${BIN_FILES} @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf .if exists(${STRIP}) @${STRIP} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} .endif @${BRANDELF} -t Linux ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf ${PORTNAME} ${PREFIX}/bin/${file} ; \ fi .endfor # Library installation @${MKDIR} ${PREFIX_LINUX}/usr/lib/${PORTNAME} .for file in ${LIB_FILES} @${INSTALL_DATA} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX_LINUX}/usr/lib/${PORTNAME} .endfor @${LINUXBASE}/sbin/ldconfig post-install: # Advertise the PKGMESSAGE @${SED} 's!/usr/local!${PREFIX}!' ${PKGMESSAGE} | ${FMT} .include Property changes on: head/devel/understand_ada/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/devel/understand_ada/distinfo =================================================================== --- head/devel/understand_ada/distinfo (revision 71845) +++ head/devel/understand_ada/distinfo (revision 71846) @@ -1 +1 @@ -MD5 (und_ada-14b190-linux.tar.gz) = d6c3775f9946fe54a73496e6d38cae14 +MD5 (und_ada-14b191-linux.tar.gz) = 77d4f3bb18f562053777c19eec3713a4 Property changes on: head/devel/understand_ada/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/devel/understand_c/Makefile =================================================================== --- head/devel/understand_c/Makefile (revision 71845) +++ head/devel/understand_c/Makefile (revision 71846) @@ -1,123 +1,123 @@ # New ports collection makefile for: understand code browser for c/c++ # Date created: 01 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= understand_c -PORTVERSION= 1.4.190 +PORTVERSION= 1.4.191 PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds DISTNAME= und_c-14b${PORTVERSION:E}-linux MAINTAINER= lioux@FreeBSD.org ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt CONF_DIRS= compilers configs fonts license CONF_FILES= compilers/aix.cfg compilers/alpha.cfg \ compilers/borlandc.cfg compilers/hpux.cfg \ compilers/linux.cfg compilers/msvc.cfg \ compilers/msvc16.cfg compilers/sgi.cfg \ compilers/solaris.cfg compilers/sunos.cfg \ configs/c.cfg fonts/cetus.ttf DOCS_DIRS= understand_c/wwhgifs understand_c/images \ understand_c understand_api/wwhgifs \ understand_api BIN_FILES= almd almhostid almstatus almtest \ repc understand_c undc LIB_FILES= libudb_api.a libudb_api.so pre-fetch: @${ECHO_MSG} "===> You can select a linux base other than the default (${LINUXBASE})" @${ECHO_MSG} "===> Just set PREFIX_LINUX=path_desired if you need AND know what you are doing" @${ECHO_MSG} "===> Don't set this unless you have to. The default is usually a good idea" do-patch: @${SED} 's!%%PREFIX%%!${PREFIX}/lib/understand_c/bin/pc-linux_elf!' \ ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh .include PLIST_SUB= PREFIX_LINUX=${PREFIX_LINUX} \ LINUXBASE="${LINUXBASE}" \ ECHO="${ECHO}" FMT="${FMT}" \ MKDIR="${MKDIR}" LN="${LN} -sf" \ RM="${RM} -f" RMDIR="${RMDIR}" \ TRUE="${TRUE}" # Create hidden structure, the program is hardcoded. # Therefore, we will install it according to hier # but will create a symlink structure under PREFIX/lib/understand_c # to keep the binary happy. The exception are binaries which # will be done vice-versa. do-install: @${MKDIR} ${PREFIX}/lib/understand_c # Configuration install .for dir in ${CONF_DIRS} @${MKDIR} ${PREFIX}/share/understand_c/${dir} .endfor .for file in ${CONF_FILES} @${INSTALL_DATA} ${WRKSRC}/conf/understand/${file} \ ${PREFIX}/share/understand_c/${file} .endfor @${MKDIR} ${PREFIX}/lib/understand_c/conf @${LN} -sf ${PREFIX}/share/understand_c \ ${PREFIX}/lib/understand_c/conf/understand @${LN} -sf ${PREFIX}/share/understand_c/license \ ${PREFIX}/lib/understand_c/conf # Documentation installation .ifndef (NOPORTDOCS) .for dir in ${DOCS_DIRS} @${MKDIR} ${PREFIX}/share/doc/understand_c/html/${dir} @for file in ${WRKSRC}/doc/manuals/html/${dir}/* ; \ do \ if [ -f $${file} ]; \ then \ ${INSTALL_DATA} $${file} \ ${PREFIX}/share/doc/understand_c/html/${dir} ; \ fi ; \ done .endfor @${MKDIR} ${PREFIX}/lib/understand_c/doc/manuals @${LN} -sf ${PREFIX}/share/doc/understand_c/html \ ${PREFIX}/lib/understand_c/doc/manuals/html .endif /* NOPORTDOCS */ # Binary installation @${MKDIR} ${PREFIX}/lib/understand_c/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/understand_c .for file in ${BIN_FILES} @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/understand_c/bin/pc-linux_elf .if exists(${STRIP}) @${STRIP} ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} .endif @${BRANDELF} -t Linux ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf understand_c ${PREFIX}/bin/${file} ; \ fi .endfor # Library installation .for file in ${LIB_FILES} @${INSTALL_DATA} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX_LINUX}/usr/lib .endfor @${LINUXBASE}/sbin/ldconfig post-install: # Advertise the PKGMESSAGE @${SED} 's!/usr/local!${PREFIX}!' ${PKGMESSAGE} | ${FMT} .include Property changes on: head/devel/understand_c/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.60 \ No newline at end of property +1.61 \ No newline at end of property Index: head/devel/understand_c/distinfo =================================================================== --- head/devel/understand_c/distinfo (revision 71845) +++ head/devel/understand_c/distinfo (revision 71846) @@ -1 +1 @@ -MD5 (und_c-14b190-linux.tar.gz) = e0fa17f0c55473b44d830884ce2d063f +MD5 (und_c-14b191-linux.tar.gz) = 8c499901eae14dd5251e9976f6e66aee Property changes on: head/devel/understand_c/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property