- I took maintainership and previous maintainer is now working on porting net/ns3 - Please repocopy(rename) net/ns -> net/ns2 for version 3.x of ns - Before this, please commit ports/168673
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool)
Ops, I made a mistake. Please change this synopsis to "[REPOCOPY] net/ns -> net/ns2"
Responsible Changed From-To: swills->portmgr Assign to portmgr for repocopy. please assign back when done
State Changed From-To: open->repocopy Fix Synopsis and set state.
State Changed From-To: repocopy->open Repocopy complete.
Responsible Changed From-To: portmgr->swills
State Changed From-To: open->closed Repo copy is done, please send the rest of the changes.
Patch for net/ns2 attached. Now net/ns should be deleted. Thanks, Masaki
swills 2012-06-25 02:30:21 UTC FreeBSD ports repository Modified files: net/ns2 Makefile pkg-descr Log: - Migrate to new name ns2 PR: ports/169263 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> Revision Changes Path 1.38 +5 -3 ports/net/ns2/Makefile 1.5 +2 -2 ports/net/ns2/pkg-descr _______________________________________________ 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"
I need net/ns deleted. Now MOVE to net/ns2. The attached patch contains an MOVED entry for this, Since I don't know exactly how to make ports moved, if this is wrong, please let me know. Thanks, Masaki
Author: swills Date: Wed Jul 18 00:32:17 2012 New Revision: 301052 URL: http://svn.freebsd.org/changeset/ports/301052 Log: - Connect ns2 to the build, which was forgotten after the ns -> ns2 repo copy PR: ports/169263 Pointy hat to: swills Reminded by: linimon, beat Modified: head/net/Makefile (contents, props changed) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Jul 18 00:17:48 2012 (r301051) +++ head/net/Makefile Wed Jul 18 00:32:17 2012 (r301052) @@ -435,6 +435,7 @@ SUBDIR += nos-ttb SUBDIR += nph SUBDIR += ns + SUBDIR += ns2 SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"