Date: Tue, 19 Aug 2014 22:10:14 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365427 - in head: . news news/husky news/husky-areafix news/husky-areafix-devel news/husky-devel news/husky-fidoconf news/husky-fidoconf-devel news/husky-hpt news/husky-hpt-devel news/... Message-ID: <201408192210.s7JMAESQ088799@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Aug 19 22:10:13 2014 New Revision: 365427 URL: http://svnweb.freebsd.org/changeset/ports/365427 QAT: https://qat.redports.org/buildarchive/r365427/ Log: Remove '-devel' prefix from husky* ports Today the older unstaged husky-* ports were removed as the first part of a transition move the development versions into their place. This commit completes the relocation of husky-*-devel ports. Added: head/news/husky/ - copied from r365426, head/news/husky-devel/ head/news/husky-areafix/ - copied from r365426, head/news/husky-areafix-devel/ head/news/husky-fidoconf/ - copied from r365426, head/news/husky-fidoconf-devel/ head/news/husky-hpt/ - copied from r365426, head/news/husky-hpt-devel/ head/news/husky-htick/ - copied from r365426, head/news/husky-htick-devel/ head/news/husky-huskylib/ - copied from r365426, head/news/husky-huskylib-devel/ head/news/husky-smapi/ - copied from r365426, head/news/husky-smapi-devel/ Deleted: head/news/husky-areafix-devel/ head/news/husky-devel/ head/news/husky-fidoconf-devel/ head/news/husky-hpt-devel/ head/news/husky-htick-devel/ head/news/husky-huskylib-devel/ head/news/husky-smapi-devel/ Modified: head/MOVED head/news/Makefile head/news/husky-areafix/Makefile head/news/husky-fidoconf/Makefile head/news/husky-hpt/Makefile head/news/husky-htick/Makefile head/news/husky-huskylib/Makefile head/news/husky-smapi/Makefile head/news/husky/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Aug 19 20:58:17 2014 (r365426) +++ head/MOVED Tue Aug 19 22:10:13 2014 (r365427) @@ -6429,13 +6429,9 @@ x11-clocks/alarm-clock||2014-08-18|Remov mail/rss2email|mail/rss2email2|2014-08-19|Renamed to avoid ambiguity with mail/rss2email3 news/husky-base||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-bsopack||2014-08-19|Obsolete due to husky-*-devel => husky-* migration -news/husky-fidoconf||2014-08-19|Temporary, husky-fidoconf-devel will move here -news/husky-hpt||2014-08-19|Temporary, husky-hpt-devel will move here news/husky-hptkill||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-hptsqfix||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-hpucode||2014-08-19|Obsolete due to husky-*-devel => husky-* migration -news/husky-htick||2014-08-19|Temporary, husky-htick-devel will move here news/husky-msged||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-nltools||2014-08-19|Obsolete due to husky-*-devel => husky-* migration -news/husky-smapi||2014-08-19|Temporary, husky-smapi-devel will move here news/husky-sqpack||2014-08-19|Obsolete due to husky-*-devel => husky-* migration Modified: head/news/Makefile ============================================================================== --- head/news/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -17,13 +17,13 @@ SUBDIR += golded+ SUBDIR += gup SUBDIR += hellanzb - SUBDIR += husky-areafix-devel - SUBDIR += husky-devel - SUBDIR += husky-fidoconf-devel - SUBDIR += husky-hpt-devel - SUBDIR += husky-htick-devel - SUBDIR += husky-huskylib-devel - SUBDIR += husky-smapi-devel + SUBDIR += husky-areafix + SUBDIR += husky + SUBDIR += husky-fidoconf + SUBDIR += husky-hpt + SUBDIR += husky-htick + SUBDIR += husky-huskylib + SUBDIR += husky-smapi SUBDIR += ifmail SUBDIR += inn SUBDIR += knews Modified: head/news/husky-areafix/Makefile ============================================================================== --- head/news/husky-areafix-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky-areafix/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -4,15 +4,13 @@ PORTNAME= husky-areafix CATEGORIES= news mail MAINTAINER= osharoiko@gmail.com -COMMENT= Husky FTN areafix library (development version) +COMMENT= Husky FTN areafix library -LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf-devel - -CONFLICTS= husky-smapi-[0-9]* +LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf USE_LDCONFIG= yes -MASTERDIR= ${.CURDIR}/../husky-devel +MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= areafix .include <bsd.port.mk> Modified: head/news/husky-fidoconf/Makefile ============================================================================== --- head/news/husky-fidoconf-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky-fidoconf/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -4,18 +4,16 @@ PORTNAME= husky-fidoconf CATEGORIES= news mail MAINTAINER= osharoiko@gmail.com -COMMENT= Husky FTN configuration library (development version) +COMMENT= Husky FTN configuration library -LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi-devel - -CONFLICTS= husky-fidoconf-[0-9]* +LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi USES+= perl5 shebangfix makeinfo SHEBANG_FILES= util/fconf2areasbbs.pl util/fconf2na.pl util/sq2fc.pl USE_LDCONFIG= yes INSTALL_TARGET= install install-man -MASTERDIR= ${.CURDIR}/../husky-devel +MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= fidoconf post-patch: Modified: head/news/husky-hpt/Makefile ============================================================================== --- head/news/husky-hpt-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky-hpt/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -4,18 +4,16 @@ PORTNAME= husky-hpt CATEGORIES= news mail MAINTAINER= osharoiko@gmail.com -COMMENT= Husky FTN tosser (development version) +COMMENT= Husky FTN tosser -LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf-devel \ - libareafix.so:${PORTSDIR}/news/husky-areafix-devel - -CONFLICTS= husky-hpt-[0-9]* +LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \ + libareafix.so:${PORTSDIR}/news/husky-areafix ALL_TARGET= all doc INSTALL_TARGET= install install-doc INFO= hpt -MASTERDIR= ${.CURDIR}/../husky-devel +MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= hpt post-patch: Modified: head/news/husky-htick/Makefile ============================================================================== --- head/news/husky-htick-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky-htick/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -4,19 +4,17 @@ PORTNAME= husky-htick CATEGORIES= news mail MAINTAINER= osharoiko@gmail.com -COMMENT= Husky FTN file ticker (development version) +COMMENT= Husky FTN file ticker -LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf-devel \ - libareafix.so:${PORTSDIR}/news/husky-areafix-devel - -CONFLICTS= husky-htick-[0-9]* +LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \ + libareafix.so:${PORTSDIR}/news/husky-areafix ALL_TARGET= all doc INSTALL_TARGET= install install-doc INFO= htick USE_LDCONFIG= yes -MASTERDIR= ${.CURDIR}/../husky-devel +MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= htick post-patch: Modified: head/news/husky-huskylib/Makefile ============================================================================== --- head/news/husky-huskylib-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky-huskylib/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -4,12 +4,12 @@ PORTNAME= husky-huskylib CATEGORIES= news mail MAINTAINER= osharoiko@gmail.com -COMMENT= Husky generic FTN library (development version) +COMMENT= Husky generic FTN library INSTALL_TARGET= install install-man USE_LDCONFIG= yes -MASTERDIR= ${.CURDIR}/../husky-devel +MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= huskylib .include <bsd.port.mk> Modified: head/news/husky-smapi/Makefile ============================================================================== --- head/news/husky-smapi-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky-smapi/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -4,15 +4,13 @@ PORTNAME= husky-smapi CATEGORIES= news mail MAINTAINER= osharoiko@gmail.com -COMMENT= Husky FTN MSGAPI library (development version) +COMMENT= Husky FTN MSGAPI library -LIB_DEPENDS= libhusky.so:${PORTSDIR}/news/husky-huskylib-devel - -CONFLICTS= husky-smapi-[0-9]* +LIB_DEPENDS= libhusky.so:${PORTSDIR}/news/husky-huskylib USE_LDCONFIG= yes -MASTERDIR= ${.CURDIR}/../husky-devel +MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= smapi .include <bsd.port.mk> Modified: head/news/husky/Makefile ============================================================================== --- head/news/husky-devel/Makefile Tue Aug 19 20:58:17 2014 (r365426) +++ head/news/husky/Makefile Tue Aug 19 22:10:13 2014 (r365427) @@ -2,10 +2,10 @@ PORTNAME= husky -COMMENT= Husky full featured highly portable FTN Tosser (development version) +COMMENT= Husky full featured highly portable FTN Tosser -RUN_DEPENDS= hpt:${PORTSDIR}/news/husky-hpt-devel \ - htick:${PORTSDIR}/news/husky-htick-devel +RUN_DEPENDS= hpt:${PORTSDIR}/news/husky-hpt \ + htick:${PORTSDIR}/news/husky-htick MASTERDIR= ${.CURDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408192210.s7JMAESQ088799>