diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/libSM | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-graphics-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-graphics-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-graphics-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 20 | ||||
-rw-r--r-- | x11/libSM/distinfo | 6 |
2 files changed, 7 insertions, 19 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 6726adf3657..c0339eda134 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -6,26 +6,14 @@ # PORTNAME= libSM -PORTVERSION= 6.0.3 +PORTVERSION= 1.0.2 +PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= Session Management library for X11 -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/ice.pc:${PORTSDIR}/x11/libICE -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} - -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +XORG_CAT= lib +USE_XORG= ice xproto:both xtrans .include <bsd.port.mk> diff --git a/x11/libSM/distinfo b/x11/libSM/distinfo index 27cb08840e7..62891b66c8a 100644 --- a/x11/libSM/distinfo +++ b/x11/libSM/distinfo @@ -1,3 +1,3 @@ -MD5 (libSM-6.0.3.tar.bz2) = e01ec6568ad17c5df8f56828e34a0b2b -SHA256 (libSM-6.0.3.tar.bz2) = c1d90d075970e5d22a099ef73b31ecce8d070f7ee850f65b8d49a8924ef105d3 -SIZE (libSM-6.0.3.tar.bz2) = 200225 +MD5 (xorg/lib/libSM-1.0.2.tar.bz2) = a254771550c01db372e88d1a1dc2e13a +SHA256 (xorg/lib/libSM-1.0.2.tar.bz2) = e290614797bd626c1b92bac8f83e8954b99bd66e6ecdaa1e935e176df099eba8 +SIZE (xorg/lib/libSM-1.0.2.tar.bz2) = 244146 |