mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to version 1.0.5
- Add LICENSE - Mark MAKE_JOBS_SAFE - Take maintainership PR: 154523 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Feature safe: yes
This commit is contained in:
parent
5fcfd876fa
commit
6120bfed8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268773
@ -6,19 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= libmtp
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= Media Transfer Protocol (MTP) library
|
||||
|
||||
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
||||
LICENSE= LGPL21
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
USE_ICONV= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib -liconv
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (libmtp-1.0.3.tar.gz) = a972869860765476e52f2eba45f2b91e
|
||||
SHA256 (libmtp-1.0.3.tar.gz) = 1d00487618e769bbe641261a6e1312c7bac3c28170af2b13a750b8fa4014caca
|
||||
SIZE (libmtp-1.0.3.tar.gz) = 596040
|
||||
SHA256 (libmtp-1.0.5.tar.gz) = f55e80223e9abe07d44f260bed716dcc9c54a28e846fb4fb6cfc2054017418d8
|
||||
SIZE (libmtp-1.0.5.tar.gz) = 614318
|
||||
|
@ -9,7 +9,6 @@ bin/mtp-folders
|
||||
bin/mtp-format
|
||||
bin/mtp-getfile
|
||||
bin/mtp-getplaylist
|
||||
bin/mtp-hotplug
|
||||
bin/mtp-newfolder
|
||||
bin/mtp-newplaylist
|
||||
bin/mtp-playlists
|
||||
|
Loading…
Reference in New Issue
Block a user