mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=tar
- Use precise BSD licenses
This commit is contained in:
parent
58592053bf
commit
47ea202739
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348491
@ -17,9 +17,8 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
|
||||
gpatch:${PORTSDIR}/devel/patch \
|
||||
gmd5sum:${PORTSDIR}/sysutils/coreutils
|
||||
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake iconv perl5 pkgconfig
|
||||
USES= gmake iconv perl5 pkgconfig tar:xz
|
||||
WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION}
|
||||
|
||||
DPKGDIR?= /var/db/dpkg
|
||||
|
@ -11,10 +11,10 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= Universal Plug and Play Software Development Kit
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -12,9 +12,8 @@ COMMENT= Fast and simple image viewer
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gettext tar:bzip2
|
||||
USE_GNOME= gtk20 pygtk2
|
||||
USES= gettext
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Mirage
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= Mail framework for C language
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
|
@ -24,8 +24,7 @@ RUN_DEPENDS= GraphicsMagick>=1.1.7:${PORTSDIR}/graphics/GraphicsMagick \
|
||||
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
|
||||
toolame:${PORTSDIR}/audio/toolame
|
||||
|
||||
USES= pkgconfig scons
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig scons tar:bzip2
|
||||
USE_GCC= any
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
@ -43,8 +43,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:L}
|
||||
|
||||
USES= pkgconfig perl5
|
||||
USE_BZIP2= yes
|
||||
USES= perl5 pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_CSTD= gnu89
|
||||
USE_PYTHON= yes
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= SF/smplayer/SMPlayer-skins/${PORTVERSION}
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= Skins for SMPlayer (Skinnable GUI)
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
NO_BUILD= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/smplayer
|
||||
|
@ -35,8 +35,7 @@ RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl
|
||||
GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz
|
||||
GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake pkgconfig
|
||||
USES= cmake pkgconfig tar:bzip2
|
||||
USE_XORG= xscrnsaver
|
||||
CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON
|
||||
# Setting KADU_VERSION disables git invocation
|
||||
|
@ -14,9 +14,8 @@ LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
smartctl:${PORTSDIR}/sysutils/smartmontools
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig tar:bzip2
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-libglade
|
||||
|
@ -11,9 +11,8 @@ COMMENT= GNOME 2 visual diff and merge tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GNOME= pygnome2
|
||||
USES= desktop-file-utils gmake shared-mime-info shebangfix
|
||||
USES= desktop-file-utils gmake shared-mime-info shebangfix tar:xz
|
||||
python_OLD_CMD= ${SETENV} python
|
||||
python_CMD= ${PYTHON_CMD}
|
||||
SHEBANG_FILES= bin/meld
|
||||
|
@ -12,8 +12,7 @@ COMMENT= Small terminal emulator
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake pkgconfig lua
|
||||
USES= cmake lua pkgconfig tar:bzip2
|
||||
USE_GNOME= gdkpixbuf2 vte
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include/vte-0.0
|
||||
|
Loading…
Reference in New Issue
Block a user