svn commit: r359126 - in head: . devel devel/gmake devel/gmake-lite devel/gmake-minimal print/texinfo-lite print/texinfo-minimal
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 21:06:30 UTC 2014
Author: bapt
Date: Tue Jun 24 21:06:28 2014
New Revision: 359126
URL: http://svnweb.freebsd.org/changeset/ports/359126
QAT: https://qat.redports.org/buildarchive/r359126/
Log:
Rename to -lite for consistency
Suggested by: bdrewery
Added:
head/devel/gmake-lite/
- copied from r359116, head/devel/gmake-minimal/
head/print/texinfo-lite/
- copied from r359115, head/print/texinfo-minimal/
Deleted:
head/devel/gmake-minimal/
head/print/texinfo-minimal/
Modified:
head/MOVED
head/devel/Makefile
head/devel/gmake-lite/Makefile
head/devel/gmake/Makefile
head/print/texinfo-lite/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Jun 24 20:59:20 2014 (r359125)
+++ head/MOVED Tue Jun 24 21:06:28 2014 (r359126)
@@ -6155,3 +6155,5 @@ www/phpsysinfo-dev|www/phpsysinfo|2014-0
sysutils/syslog-ng-devel|sysutils/syslog-ng|2014-06-23|Has expired: Use sysutils/syslog-ng instead
print/pkg-texinfo|print/texinfo-minimal|2014-06-24|Has been renamed
sysutils/pc-sysinstall|sysutils/pcbsd-utils|2014-06-24|Removed: pc-sysinstall is included in sysutils/pcbsd-utils
+print/texinfo-minimal|print/texinfo-lite|2014-06-24|Has been renamed
+devel/gmake-minimal|devel/gmake-lite|2014-06-24|Has been renamed
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jun 24 20:59:20 2014 (r359125)
+++ head/devel/Makefile Tue Jun 24 21:06:28 2014 (r359126)
@@ -578,7 +578,7 @@
SUBDIR += glrparser
SUBDIR += glui
SUBDIR += gmake
- SUBDIR += gmake-minimal
+ SUBDIR += gmake-lite
SUBDIR += gnatcoll
SUBDIR += gnatpython
SUBDIR += gnome-common
Modified: head/devel/gmake-lite/Makefile
==============================================================================
--- head/devel/gmake-minimal/Makefile Tue Jun 24 18:11:44 2014 (r359116)
+++ head/devel/gmake-lite/Makefile Tue Jun 24 21:06:28 2014 (r359126)
@@ -5,7 +5,7 @@ PORTVERSION= 3.82
CATEGORIES= devel ports-mgmt
MASTER_SITES= GNU
PKGNAMEPREFIX= g
-PKGNAMESUFFIX= -minimal
+PKGNAMESUFFIX= -lite
MAINTAINER= bapt at FreeBSD.org
COMMENT= Minimalist version of gnu make
Modified: head/devel/gmake/Makefile
==============================================================================
--- head/devel/gmake/Makefile Tue Jun 24 20:59:20 2014 (r359125)
+++ head/devel/gmake/Makefile Tue Jun 24 21:06:28 2014 (r359126)
@@ -15,7 +15,7 @@ DISTNAME= make-${PORTVERSION}
MAINTAINER= autotools at FreeBSD.org
COMMENT= GNU version of 'make' utility
-CONFLICTS= gmake-minimal-*
+CONFLICTS= gmake-lite-*
LICENSE= GPLv3
Modified: head/print/texinfo-lite/Makefile
==============================================================================
--- head/print/texinfo-minimal/Makefile Tue Jun 24 18:06:44 2014 (r359115)
+++ head/print/texinfo-lite/Makefile Tue Jun 24 21:06:28 2014 (r359126)
@@ -4,7 +4,7 @@ PORTNAME= texinfo
PORTVERSION= 5.2
CATEGORIES= print ports-mgmt
MASTER_SITES= GNU
-PKGNAMESUFFIX= -minimal
+PKGNAMESUFFIX= -lite
MAINTAINER= bapt at FreeBSD.org
COMMENT= Minimal version of texinfo
More information about the svn-ports-all
mailing list