diff options
-rw-r--r-- | CVSROOT/modules | 2 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index ce0ccc2fe1a4..a94a617b07a6 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -11441,7 +11441,6 @@ plugdaemon ports/net/plugdaemon plugger ports/www/plugger plugger-plugins-hubbe ports/www/plugger-plugins-hubbe plwm ports/x11-wm/plwm -ply ports/devel/ply pm-lib ports/mail/pm-lib pm3-base ports/lang/pm3-base pm3-forms ports/lang/pm3-forms @@ -12125,6 +12124,7 @@ py-pefile ports/devel/py-pefile py-period ports/devel/py-period py-pexpect ports/misc/py-pexpect py-plex ports/devel/py-plex +py-ply ports/devel/py-ply py-pmock ports/devel/py-pmock py-posix1e ports/security/py-posix1e py-pow ports/security/py-pow @@ -2538,3 +2538,4 @@ databases/p5-Catalyst-Model-CDBI-Plain|www/p5-Catalyst-Model-CDBI-Plain|2006-11- net-p2p/linux-overnet-core||2006-11-10|No longer downloadable editors/openoffice.org-2.0|editors/openoffice.org-2|2006-11-12|Better version number handling editors/openoffice.org-2.0-devel|editors/openoffice.org-2-devel|2006-11-12|Better version number handling +devel/ply|devel/py-ply|2006-11-12|Rename to consistency with other Python ports diff --git a/devel/Makefile b/devel/Makefile index 0d271ee3add0..c1325992436c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1636,7 +1636,6 @@ SUBDIR += pinstall SUBDIR += pkg-config SUBDIR += plan9port - SUBDIR += ply SUBDIR += pmake SUBDIR += pmd SUBDIR += pmk @@ -1722,6 +1721,7 @@ SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-plex + SUBDIR += py-ply SUBDIR += py-pmock SUBDIR += py-pqueue SUBDIR += py-protocols |